Snippets to download the binary for some CLI utilities
Find a file
George Kaklamanos f81fd82777
readme: Note that not all programs offer static binaries
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-07-06 18:11:08 +03:00
LICENSES Add license: AGPL-3.0-or-later 2025-07-06 17:22:10 +03:00
getdua.sh Add getdua.sh 2025-07-06 17:32:14 +03:00
getnnn.sh Add getnnn.sh 2025-07-06 17:33:29 +03:00
getnvim.sh Add getnvim.sh 2025-07-06 17:54:40 +03:00
getq.sh Add getq.sh 2025-07-06 18:10:40 +03:00
getrg.sh Add getrg.sh 2025-07-06 18:01:20 +03:00
README.md readme: Note that not all programs offer static binaries 2025-07-06 18:11:08 +03:00
REUSE.toml Add license: AGPL-3.0-or-later 2025-07-06 17:22:10 +03:00

curl-sh

You shouldn't trust and run random snippets from the Internet! (at least without looking at their code first)

These snippets save a (static, if available) binary of the utility in your current directory.

To get dua:

curl -sL gkak.la/getdua | sh

To get nnn:

curl -sL gkak.la/getnnn | sh

To get nvim:

curl -sL gkak.la/getnvim | sh

To get rg:

curl -sL gkak.la/getrg | sh

To get q:

curl -sL gkak.la/getq | sh