Skip to content

affantaufiqur/ghi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghi

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.

What you get

  • No setup — reads the repo from git remote -v
  • Search with / — filters by title, body, or issue number
  • Markdown rendered with glamour
  • o to open in browser
  • j/k navigation

Needs

  • git
  • gh (GitHub CLI)

Install

make build
make install   # copies to ~/.local/bin

Or just:

go run ./cmd/ghi

Usage

cd my-project
ghi

Keys

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

Built with

License

MIT

About

GitHub Issues from terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors