TUI configuration tool for the glass terminal emulator, built on crust. Live-preview pane shows what the prompt will look like as you tweak colors.
- Edit
bg,fg,cursoras 24-bit hex (#rrggbb) with swatch preview - Step
font_sizethrough glass's nine presets (10/13/15/18/20/22/24/28/32) - Adjust
opacity(0..100) andcursor_blink(ms) - Manage the
bg_cyclecolor list (Alt+b cycle in glass) - Six built-in themes (default, tokyonight, gruvbox, nord, dracula, solarized) — selecting one rewrites bg/fg/cursor
- Reads and writes
~/.glassrcdirectly
| Key | Action |
|---|---|
| j / k | Move within the current category |
| J / K | Switch categories |
| h / l | Cycle through values (font size, theme, numbers) |
| Enter | Edit the current value (free-text input) |
| W / s | Save to ~/.glassrc |
| q / ESC | Quit (prompts to save when modified) |
cargo build --releaseThe binary lands at target/release/glassconf.
| Tool | Purpose |
|---|---|
| bare | Shell (assembly) |
| show | File viewer (assembly) |
| glass | Terminal emulator (assembly) |
| glassconf | Config TUI (Rust) |
Unlicense (public domain).