snippetbashTip
colorpicker — A minimalist X11 colorpicker. Any mouse gesture except `<LeftClick>` will exit the program. More inf
Viewed 0 times
commandanycolorpickerclimouseminimalistx11
Problem
How to use the
colorpicker command: A minimalist X11 colorpicker. Any mouse gesture except <LeftClick> will exit the program. More information: <https://github.com/ym1234/colorpicker>.Solution
colorpicker — A minimalist X11 colorpicker. Any mouse gesture except <LeftClick> will exit the program. More information: <https://github.com/ym1234/colorpicker>.Launch colorpicker and print the hexadecimal and RGB value of each clicked pixel to
stdout:colorpickerOnly print the color of one clicked pixel and then exit:
colorpicker --one-shotPrint the color of each clicked pixel and quit when a key is pressed:
colorpicker --quit-on-keypressOnly print the RGB value:
colorpicker --rgbOnly print the hexadecimal value:
colorpicker --hexCode Snippets
Launch colorpicker and print the hexadecimal and RGB value of each clicked pixel to `stdout`
colorpickerOnly print the color of one clicked pixel and then exit
colorpicker --one-shotPrint the color of each clicked pixel and quit when a key is pressed
colorpicker --quit-on-keypressOnly print the RGB value
colorpicker --rgbOnly print the hexadecimal value
colorpicker --hexContext
tldr-pages: common/colorpicker
Revisions (0)
No revisions yet.