Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colorpicker: add page #6098

Merged
merged 7 commits into from
Jun 11, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions pages/common/colorpicker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# colorpicker

> A minimalist X11 colorpicker.
> More information: <https://github.com/ym1234/colorpicker>.

- Launch colorpicker and print the HEX and RGB value of each clicked pixel to stdout:

`colorpicker`

- Only print the color of one clicked pixel and exit:

`colorpicker -o`

- Print the color of each clicked pixel and quit on keypress:

`colorpicker -q`

- Only print the RGB value:

`colorpicker -d`

- Only print the HEX value:

`colorpicker -r`