Color scripts created by various people that was scattered around the web now in one place.
You will find screenshots in the directory named preview
All the scripts have been baptized with chmod +x
bash
python 2 or 3
(required forprint-colors.py
andunowns.py
)perl
(required forcolor-support1.pl
)
Clone this repository:
git clone https://github.com/stark/color-scripts
wget git.io/colr.tar.gz
wget git.io/colr.zip
you can either make that bash script random_selector.sh as executable and then link it to your bashrc or zshrc file and set the var DEFAULT_DIRECTORY pointing to the directory where color-scripts are located.
chmod +x random_selector.sh
or if you have color-script file stored in a different place then you can pass it as a command line argument for example
./random_selector.sh <path to folder where color-script is located>
If you have created or found a color script which is not present in this repository then Feel Free to make a Pull Request :-)
You can also share your script via a pastebin of your choice and pasting the link in a New Issue.