Initial Commit

This commit is contained in:
sh+github@codevoid.de
2020-11-30 20:59:08 +00:00
commit ac09e065e2
3 changed files with 69 additions and 0 deletions

19
README Normal file
View File

@@ -0,0 +1,19 @@
# 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