TUI configuration tool for the bare shell, built on crust. Provides a visual interface for all bare settings.
- 256-color palette picker for all 16 color slots
- Live prompt preview showing changes in real time
- 6 built-in themes (default, solarized, dracula, gruvbox, nord, monokai)
- Browse and manage nicks, gnicks, abbreviations, and bookmarks
- Reads and writes
~/.barercdirectly
| Key | Action |
|---|---|
| TAB | Cycle between panels |
| Arrows | Navigate within panel |
| Enter | Apply selection |
| s | Save configuration |
| q | Quit |
cargo build --release| Tool | Clones | Type |
|---|---|---|
| bare / rush | rsh | Shell |
| bareconf | Shell config TUI | |
| crust | rcurses | TUI library |
| glow | termpix | Image display |
| plot | termchart | Charts |
| pointer | RTFM | File manager |
Unlicense - public domain.
Created by Geir Isene (https://isene.org) with extensive pair-programming with Claude Code.