gh-grass

gh-grass is a GitHub CLI extension for quickly checking GitHub contribution activity in your terminal.
It is for people who use gh daily and want to check their own graph, other users, or organization members without opening the browser.

At a glance
- Command:
gh grass
- Interface: interactive TUI (keyboard-driven)
- Data source: your authenticated GitHub session (
gh auth login)
Quick start (recommended)
gh extension install umekikazuya/gh-grass
gh grass
If the same command is already installed:
gh extension install umekikazuya/gh-grass --force
What you can do
- View your own contribution graph
- Search and view another user's contributions
- View organization members' contributions
Requirements
- GitHub CLI (
gh)
- Authenticated GitHub session (
gh auth login)
Alternative installation
Download binary from Releases
Download your platform binary from Releases, make it executable, and place it in your PATH.
Then run:
gh-grass
Build from source
go install github.com/umekikazuya/gh-grass/cmd/gh-grass@latest
License
See LICENSE for details.