π§ͺ
Linux on drugs
Gives custom drugs to your terminal
Output random colors really fast
π¦
Installation Arch Linux
Linux on drugs is in the AUR
yay -S linux-on-drugs
Other distributions
Clone this repo
git clone https://github.com/SkwalExe/linux-on-drugs.git
build with cargo
# π linux-on-drugs/
cargo build --release
Move the binary
# π linux-on-drugs/
sudo cp target/release/linux-on-drugs /usr/bin/linux-on-drugs
π
Usage
Example
linux-on-drugs --block-size 20
π¬
How it works Very simple, the program select a color number from 1 to 255 and print a space with this background color.
π
Uninstall Just remove the binary
sudo rm /usr/bin/linux-on-drugs
final
If you have any problem, don't hesitate to open an issue
contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.