A terminal UI for the GitHub repos your gh session can see. Yours or an org: commits, open issues and PRs, stars, last update. Fold a repo to read what's open, flip through recent commits, jump to a user, org, or repo.
Needs an authenticated GitHub CLI. Run it in a terminal for the UI. Pipe or redirect and you get a plain table.
Up to 1000 repos per account or org, newest first. The org picker lists up to 1000 orgs. Unfolding a repo loads every open issue and PR. c shows the last 7 commits.
Homebrew (macOS):
brew tap astrostl/guh https://github.com/astrostl/guh
brew install guhGo:
go install github.com/astrostl/guh@latestguh --demo (or -demo) loads fake repos, issues, orgs, and commits. No gh session.

