20 lines
261 B
Plaintext
20 lines
261 B
Plaintext
# xpick
|
|
|
|
pick a color and show it in hex.
|
|
|
|
## Installation
|
|
|
|
$ make
|
|
$ sudo make install
|
|
|
|
## Usage
|
|
|
|
$ xpick (then click somewhere)
|
|
#001800
|
|
|
|
Use xclip to push the value into the clipboard instead of showing it on
|
|
the terminal
|
|
|
|
$ xpick | xclip
|
|
|