Needle is my first ever project, its a simple, customizable CLI shell designed to execute a handful of essential system commands. Needle is built for Arch Linux and Arch Linux only.
Commands:
help ls pwd pacman mkdir cd exit cat randomnum checksum
To get Needle up and running on your system, follow these simple steps:
Install ruby.
Download Needle here or by just downloading the zip yourself.
Extract the zip file to a directory, this will be the directory where you run Needle.
Run the Install script. Just do “cd scripts && ./install”
After this, the Needle prompt will be there for you.
Needle is open source and highly customizable. Feel free to modify the code, add new commands, or make any changes to suit your needs!