
Hacker News · Feb 28, 2026 · Collected from RSS
Article URL: https://github.com/Higangssh/gitcredits Comments URL: https://news.ycombinator.com/item?id=47194679 Points: 11 # Comments: 0
Skip to content Navigation Menu AI CODE CREATIONGitHub CopilotWrite better code with AIGitHub SparkBuild and deploy intelligent appsGitHub ModelsManage and compare promptsMCP RegistryNewIntegrate external toolsView all featuresPricing Provide feedback Saved searches Use saved searches to filter your results more quickly Sign up Appearance settings Notifications You must be signed in to change notification settings Fork 0 Star 23 Folders and filesNameNameLast commit messageLast commit dateLatest commitHistory1 Commitassetsassets.gitignore.gitignoreREADME.mdREADME.mdgo.modgo.modgo.sumgo.summain.gomain.goREADMEgitcredits Roll movie-style credits for your git repo — right in the terminal. Install Go go install github.com/Higangssh/gitcredits@latest From source git clone https://github.com/Higangssh/gitcredits.git cd gitcredits go build -o gitcredits . Usage cd your-repo gitcredits That's it. Navigate into any git repository and run gitcredits. Controls Key Action ↑ / ↓ Manual scroll q / Esc Quit What it shows ASCII art title from your repo name Project lead — top contributor by commits Contributors — everyone who committed Notable scenes — recent feat: and fix: 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. Requirements Git Go 1.21+ gh CLI (optional, for GitHub metadata) License MIT