2021-11-01 08:18:29 +00:00
2020-12-03 19:45:10 +00:00
2021-11-01 08:18:29 +00:00
2020-12-03 19:59:28 +00:00
2020-12-05 08:03:34 +00:00

# 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

Description
Command line color picker with hex, xterm and rgb support
Readme 65 KiB
Languages
C 75.3%
Roff 12.4%
Makefile 12.3%