File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+ branches : [main]
8+
9+ jobs :
10+ shellcheck :
11+ name : ShellCheck
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@v4
15+
16+ - name : Run ShellCheck
17+ run : shellcheck paste-image install.sh uninstall.sh tests/*.sh
18+
19+ test :
20+ name : Tests
21+ runs-on : ubuntu-latest
22+ steps :
23+ - uses : actions/checkout@v4
24+
25+ - name : Run test suite
26+ run : bash tests/run_tests.sh
Original file line number Diff line number Diff line change 22>
33> ** Vedi anche:** [ Politica di Sicurezza (IT)] ( SECURITY.it.md ) · [ Security Policy (EN)] ( SECURITY.md )
44
5+ <div align =" center " >
6+
7+ [ ![ CI] ( https://github.com/AndreaBonn/cli-image-paste/actions/workflows/ci.yml/badge.svg )] ( https://github.com/AndreaBonn/cli-image-paste/actions/workflows/ci.yml )
8+ [ ![ ShellCheck] ( https://img.shields.io/badge/ShellCheck-passing-brightgreen.svg )] ( https://github.com/koalaman/shellcheck )
9+ [ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
10+ [ ![ Security Policy] ( https://img.shields.io/badge/security-policy-blueviolet.svg )] ( SECURITY.md )
11+
12+ </div >
13+
514# cli-image-paste
615
716Incolla immagini dagli appunti direttamente nel terminale come percorsi file — pronto per qualsiasi assistente di coding da CLI.
Original file line number Diff line number Diff line change 22>
33> ** See also:** [ Security Policy (EN)] ( SECURITY.md ) · [ Politica di Sicurezza (IT)] ( SECURITY.it.md )
44
5+ <div align =" center " >
6+
7+ [ ![ CI] ( https://github.com/AndreaBonn/cli-image-paste/actions/workflows/ci.yml/badge.svg )] ( https://github.com/AndreaBonn/cli-image-paste/actions/workflows/ci.yml )
8+ [ ![ ShellCheck] ( https://img.shields.io/badge/ShellCheck-passing-brightgreen.svg )] ( https://github.com/koalaman/shellcheck )
9+ [ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
10+ [ ![ Security Policy] ( https://img.shields.io/badge/security-policy-blueviolet.svg )] ( SECURITY.md )
11+
12+ </div >
13+
514# cli-image-paste
615
716Paste images from your clipboard directly into the terminal as file paths — ready for any CLI coding assistant.
You can’t perform that action at this time.
0 commit comments