t* A cli color picker
       
   URI git clone git://git.codevoid.de/xpick.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e4937299a88ec5ff0d8b63eeee9b48b84965ecbc
   DIR parent a2e06d1f05eb33bf8e8ebafe70da6321c2c374cc
   URI Author: c0dev0id <sh+github[at]codevoid[dot]de>
       Date:   Thu,  3 Dec 2020 20:59:28 +0100
       
       Add options to readme
       
       Diffstat:
         M README                              |       7 ++++++-
       
       1 file changed, 6 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/README b/README
       t@@ -9,9 +9,14 @@ pick a color and show it in hex.
        
        ## Usage
        
       -    $ xpick (then click somewhere)
       +    $ 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