fork with minor changes https://github.com/ivoarch/stint
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
katherine 281ce6d12a
typo
5 years ago
COPYING add gpl and boilerplate 11 years ago
Makefile address compiler warning 11 years ago
README typo 5 years ago
TODO don't die on SIGPIPE 11 years ago
stint.c add -x flag for hexadecimal output 5 years ago

README

stint - simple, suckless-style color grabber for X11

When run, waits for the user to press the left mouse button.  As long as the
button is held down, it will continue to print the color under the pointer in
decimal "RRR GGG BBB" format.  If a `-x` flag is provided, output will instead
be printed in hexadecimal "#RRGGBB" format.  Exits when the button is released.

Dependencies: Xlib