A TUI for browsing and managing Ghostty terminal configuration.
- A more intuitive view than Ghostty Docs
- Search by name or description
- Edit config directly without opening a new Text Editor
brew install intaek-h/ghofig/ghofiggo install github.com/intaek-h/ghofig/cmd/ghofig@latestgit clone https://github.com/intaek-h/ghofig.git
cd ghofig
make build
./bin/ghofigDownload the latest binary from the releases page.
ghofigI parsed their raw doc mdx file and dumped the data to the embeded sqlite db.
Always welcome.
git clone https://github.com/intaek-h/ghofig.git
cd ghofig
go mod tidy
make runWhen Ghostty releases new configuration options:
- Download the latest config reference from Ghostty's docs
- Replace
reference.mdx.txt - Run
make parseto regenerate the database
- Bubble Tea - TUI framework
- Bubbles - TUI components
- Lip Gloss - Styling
- Mole - Design Reference
