mirror of
https://github.com/berk-efe/terminal-palette.git
synced 2026-06-21 04:03:08 -06:00
A color generator TUI application made with ratatui
- Rust 100%
|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| demo.gif | ||
| demo.tape | ||
| README.md | ||
terminal-palette
Generate and pick color palettes from the terminal. Think coolors as a TUI app.
Installation
cargo install terminal-palette
Keybinds
Main view
| Action | Key(s) |
|---|---|
| Quit | q |
| Move selection | ← / → |
| Add a color block (max 9) | a |
| Delete selected block (min 3) | d |
| Open theory selector | x |
| Open edit-hex dialog | z |
| Toggle lock on selected block | l |
| Copy selected block HEX | c |
| Toggle lock for block N | Alt+1…9 |
| Generate colors (current theory) | Space |
Theory selector (popup)
| Action | Key(s) |
|---|---|
| Close selector | x / q / Esc |
| Select first | ← |
| Select last | → |
| Move selection | ↑ / ↓ |
| Apply | Enter / Space |
Edit color (hex input)
| Action | Key(s) |
|---|---|
| Cancel | z / q |
| Delete last | Backspace |
| Clear field (currently broken) | Ctrl+Backspace |
| Apply | Enter |