A minimal terminal file browser built with Bubble Tea. Navigate your filesystem from the terminal using arrow keys (or vim keys).
git clone https://github.com/lovestaco/peektea
cd peektea
make install # puts peektea in ~/go/binpeekteaStarts in the current working directory.
| Key | Action |
|---|---|
↑ / k |
move up |
↓ / j |
move down |
→ / l / enter |
open directory |
← / h / backspace |
go to parent |
q / ctrl+c |
quit |
make build # build ./peektea
make start # live reload via air (rebuilds on every .go save)
make install # install to ~/go/binRequires air for make start (go install github.com/air-verse/air@latest).
- Bubble Tea — TUI framework (Elm Architecture)
- Lipgloss — terminal styling
