Fully fledged bash script library, will not work via network, only locally!
Find a file
2025-11-29 23:54:51 +01:00
.src fixed the array again? 2025-11-29 23:54:51 +01:00
scripts wip 2025-11-28 10:07:42 +01:00
.gitignore Added: gitignore 2025-09-19 17:09:49 +02:00
.gitmodules wip 2025-08-18 17:36:28 +02:00
makefile Add: local installation routine with 'make local' 2025-09-19 17:09:31 +02:00
pika.sh some improvements 2025-11-23 15:04:58 +01:00
README.md wip 2025-10-02 12:11:09 +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.

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.