Home

Awesome

colorslide

A fast, terminal-based color picker with mouse support. Allows for color picking in RGBA, HSL, and CMYK.

demo.gif

I wrote this because no color picker I could find online had all the features I wanted, in particular the ability to adjust the current color in multiple color spaces at the same time.

Built using my custom terminal UI library tuibox.

Features

Compiling and Running

To compile and run colorslide, run:

 $ make
 $ ./colorslide

To start with a color already selected (as opposed to a random color), run:

 $ ./colorslide [color]

Where [color] is a 6-digit or 8-digit hex color code (e.g. "aabbcc" or "aabbccdd").

To-Do