An open API service indexing awesome lists of open source software.

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

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.

![demo](./demo.png)

## Instalation

### Cargo
```
cargo install color_picker
```