Fully fledged bash script library, will not work via network, only locally!
| .src | ||
| scripts | ||
| .gitignore | ||
| .gitmodules | ||
| makefile | ||
| pika.sh | ||
| README.md | ||
pika
Fully fledged bash script library, will not work via network, only locally!
installation
Note
Quickinstallation:
curl -fsSL k4li.de/pika | bashJust 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.
Features
There are some neat things with this library, which you will find when going through the source code yourself :)
But I want to mention some things here:
pika -u: Updates your system. If docker is installed, gets all compose projects running, and let you select containers/projects to update.