Skip to content
/ wcolor Public

Lightweight color picker for Windows written in rust

License

Notifications You must be signed in to change notification settings

Elvyria/wcolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wcolor

Latest Version License: MIT

Lightweight color picker for Windows written in rust.
Get color from anywhere on your screen with mouse click.

Installation

cargo install wcolor

Usage

wcolor.exe [FLAGS] [OPTIONS]

FLAGS:
    -c, --clipboard
    -h, --help          Prints help information
    -n, --no-preview
    -V, --version       Prints version information

OPTIONS:
    -f, --format <format>     [default: HEX]  [possible values: HEX, hex, RGB]

Inspired by xcolor