#color #x11 #utility #color-picker #command-line-tool #cli

app tinypicker

A simple color picker made in rust for the CLI!

2 releases

0.2.4 Jun 2, 2023
0.2.3 Apr 21, 2023

#5 in #color-picker

49 downloads per month

AGPL-3.0-only

22KB
92 lines

tinypicker

A color picker made in rust for the CLI!

When you pick a color it will both display the rgb hex of the color and put it into your clipboard as well as having the display background become the color and the foreground become it's inverse.

You can install it by running cargo install tinypicker

I personally use it as a shortcut (Win+Shift+C) so I can use it as quickly as possible.

Platform support:

  • Windows
  • MacOS
  • Linux (X11)
    • Preferably used with xclip/xsel installed
  • Linux (Wayland)

Cargo Features

Mouse Tracking:

Dependencies

~10–45MB
~517K SLoC