t* A cli color picker
       
   URI git clone git://git.codevoid.de/xpick.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tREADME (389B)
       ---
            1 # xpick
            2 
            3 pick a color and show it in hex.
            4 
            5 ## Installation
            6 
            7     $ make
            8     $ sudo make install
            9 
           10 ## Usage
           11 
           12     $ xpick -h (then click somewhere)
           13     #001800
           14 
           15     Options:
           16         -h  HEX notation: #rrggbb
           17         -r  RGB notation: rrr/ggg/bbb
           18         -x  xterm nearest color number
           19 
           20 Use xclip to push the value into the clipboard instead of showing it on
           21 the terminal
           22 
           23     $ xpick | xclip
           24