You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
LICENSE | 3 years ago | |
Makefile | 2 years ago | |
README | 3 years ago | |
xpick.1 | 2 years ago | |
xpick.c | 3 years ago |
README
# xpick
pick a color and show it in hex.
## Installation
$ make
$ sudo make install
## Usage
$ xpick -h (then click somewhere)
#001800
Options:
-h HEX notation: #rrggbb
-r RGB notation: rrr/ggg/bbb
-x xterm nearest color number
Use xclip to push the value into the clipboard instead of showing it on
the terminal
$ xpick | xclip