Command line color database.
- Store and retrieve color palettes
- Convert between color formats (RGB, HSL, hex)
- GNU Make 3.82+
- CMake 3.10+
$ make
$ make run # Option 1
$ ./build/bin/colorbase # Option 2
After building, the executable will be located at ./build/bin/colorbase
.
Move or copy that file to a location specified in the PATH
environment
variable. For example…
$ mv ./build/bin/colorbase "${HOME}/bin/"
$ colorbase
List the locations in PATH
by running the following command line…
$ echo $PATH