Command line color picker with hex, xterm and rgb support
Go to file
sh+github@codevoid.de 61f2cf918c Adding LICENSE (ISC) 2020-12-03 19:45:10 +00:00
LICENSE Adding LICENSE (ISC) 2020-12-03 19:45:10 +00:00
Makefile Initial Commit 2020-11-30 20:59:08 +00:00
README Initial Commit 2020-11-30 20:59:08 +00:00
xpick.c fix format specifier 2020-12-01 07:52:30 +00:00

README

# 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