commands.sh

colorpicker

all

A minimalist X11 colorpicker. Any mouse gesture except `<LeftClick>` will exit the program.

More info →

Examples (5)

Launch colorpicker and print the hexadecimal and RGB value of each clicked pixel to `stdout`

Only print the color of one clicked pixel and then exit

colorpicker --one-shot

Print the color of each clicked pixel and quit when a key is pressed

colorpicker --quit-on-keypress

Only print the RGB value

Only print the hexadecimal value

made by @shridhargupta | data from tldr-pages