Convenient in use color picker
- git clone branch of version 1.0
- run installation script with sudo permission
git clone --single-branch --branch 1.0 https://github.com/J-c0B/Coolor.git
cd Coolor
sudo ./install.sh
Coolor was made to provide quick preview of colors represented in hexadecimal or decimal color notation.
Examples :
- hexadecimal
coolor --hex 43afbc
- decimal
coolor --dec 067176188
- run uninstall script with sudo permission
- remove the Coolor directory
sudo ./uninstall.sh
cd ..
rm -R Coolor