https://github.com/elvyria/wcolor
Lightweight color picker for Windows written in rust
https://github.com/elvyria/wcolor
cli color-picker rust windows
Last synced: 4 months ago
JSON representation
Lightweight color picker for Windows written in rust
- Host: GitHub
- URL: https://github.com/elvyria/wcolor
- Owner: Elvyria
- License: mit
- Created: 2020-01-30T18:24:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T09:07:31.000Z (over 3 years ago)
- Last Synced: 2025-04-01T07:37:35.611Z (about 1 year ago)
- Topics: cli, color-picker, rust, windows
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wcolor
[](https://crates.io/crates/wcolor)
[](https://opensource.org/licenses/MIT)
Lightweight color picker for Windows written in rust.
Get color from anywhere on your screen with mouse click.
## Installation
``` shell
cargo install wcolor
```
# Usage
``` shell
wcolor.exe [FLAGS] [OPTIONS]
FLAGS:
-c, --clipboard
-h, --help Prints help information
-n, --no-preview
-V, --version Prints version information
OPTIONS:
-f, --format [default: HEX] [possible values: HEX, hex, RGB]
```
Inspired by [xcolor](https://github.com/Soft/xcolor)