Fully fledged bash script library, will not work via network, only locally!
Find a file
2025-09-16 17:42:37 +02:00
.src fixing 2025-09-16 17:42:37 +02:00
scripts fixing stuff 2025-09-13 17:37:32 +02:00
.gitmodules wip 2025-08-18 17:36:28 +02:00
pika.sh added -s flag for setup, also -b for build, Help page not yet updated 2025-09-11 16:11:51 +02:00
README.md wip 2025-08-17 20:44:15 +02:00

pika

Fully fledged bash script library, will not work via network, only locally!

installation

Note

Quickinstallation:

curl -fsSL k4li.de/pika | bash

Just execute in your terminal, and you can start using pika!!

The exspected script sources are in ~/.local/share/pika

The binary under /usr/bin/pika is the pika.sh binary in the root. So in theory, you could just git clone https://git.k4li.de/scripts/pika.git $HOME/.local/share/pika and then just link the pika.sh binary to your path with any name you like. The snippet above (quickinstallation) will do this all for you.