tinypicker

Crates.iotinypicker
lib.rstinypicker
version0.2.4
sourcesrc
created_at2023-04-21 15:40:56.133405
updated_at2023-06-02 12:35:01.243909
description A simple color picker made in rust for the CLI!
homepage
repositoryhttps://github.com/Coca162/tinypicker
max_upload_size
id845403
size66,020
Coca (Coca162)

documentation

README

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:

Commit count: 16

cargo fmt