25 lines
389 B
Plaintext
25 lines
389 B
Plaintext
# 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
|
|
|