https://github.com/mendess/color_picker
A simple terminal color picker
https://github.com/mendess/color_picker
Last synced: 2 months ago
JSON representation
A simple terminal color picker
- Host: GitHub
- URL: https://github.com/mendess/color_picker
- Owner: mendess
- Created: 2019-11-29T01:21:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T21:58:49.000Z (over 4 years ago)
- Last Synced: 2025-03-01T21:29:30.636Z (4 months ago)
- Language: Rust
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Color Picker
A simple terminal color picker. Just pass it hexadecimal values through standard
input and it will color the hexadecimal values acording to their value.
## Instalation
### Cargo
```
cargo install color_picker
```