Ncurses based TUI colorpicker
For the GUI version, see pickled
r,g,bincreases red, green, and blue .h,s,lincreases hue, saturation, and level.aincreases alpha.- Hold shift with a key to decrease the value.
Press ? to see more keybinds
e.g:
pickle -f hsl -p 'hyprpicker -f hsl -o "hsl({0}, {1}%, {2}%)"' -c '#64c8f0' -ohslSee pickle --help.
paru -S pickle-git
dependencies:
- ncurses
Install with:
make installInstall to custom path:
make install PREFIX=/some/path