Terminal UI for browsing GitHub issues in whatever repo you're in right now. Uses Bubble Tea.
Built entirely by vibe coding.
Run ghi inside a git repo with a GitHub remote. It reads your remote, runs gh issue list, and shows the results.
- No setup — reads the repo from
git remote -v - Search with
/— filters by title, body, or issue number - Markdown rendered with glamour
oto open in browserj/knavigation
gitgh(GitHub CLI)
make build
make install # copies to ~/.local/binOr just:
go run ./cmd/ghicd my-project
ghi| Key | Action |
|---|---|
↑/↓ or k/j |
Move |
Enter |
View issue |
/ |
Search |
o |
Open in browser |
Esc or b |
Back to list |
g / G |
Top / bottom |
q or Ctrl+c |
Quit |
- Go 1.24
- Bubble Tea
- Bubbles
- Lipgloss
- Glamour
MIT