Roll movie-style credits for your git repo — right in the terminal.
go install github.com/Higangssh/gitcredits@latestgit clone https://github.com/Higangssh/gitcredits.git
cd gitcredits
go build -o gitcredits .That's it. Navigate into any git repository and run gitcredits.
| Key | Action |
|---|---|
↑ / ↓ |
Manual scroll |
q / Esc |
Quit |
- ASCII art title from your repo name
- Project lead — top contributor by commits
- Contributors — everyone who committed
- Notable scenes — recent
feat:andfix:commits - Stats — total commits, contributors, GitHub stars, language, license
GitHub metadata (stars, description, license) requires gh CLI to be installed and authenticated. Works without it — you'll just get git-only data.
- Git
- Go 1.21+
ghCLI (optional, for GitHub metadata)
MIT
