February 28, 2026
Roll credits, cue chaos
Show HN: Gitcredits – movie-style end credits for any Git repo in your terminal
Dev Oscars in your terminal — cute or cringe
TLDR: Gitcredits lets developers play movie-style end credits for any code project in the terminal, highlighting contributors and recent changes. The crowd split: some called vibe-coded flair a mistake, others adored the cuteness—sparking a bigger debate about celebrating teamwork versus distracting from work.
gitcredits rolls movie-style end credits for your code project — right inside the terminal. Fire it up in any repo and you get an ASCII art title, a “project lead” (top contributor by commits), every contributor, “notable scenes” from recent feature/fix commits, plus stats like total commits, stars, language, and license. It needs Git and Go (a programming language), and can pull extra GitHub details if you’ve got the GitHub CLI — that’s a command-line helper that talks to GitHub. Think dev Oscars: arrow keys to scroll, hit “q” to exit, bask in your team’s credit roll.
The community instantly split into two moods: wholesome and why is this a thing. nubg dropped the party-pooper classic: “Vibe coding was a mistake…,” blasting decorative tools as a distraction. Then Aditya_Garg countered with pure serotonin: “This is so cute,” cheering a little joy in the terminal. Jokes flew about “rolling credits before my build fails,” “post‑credits scenes,” and managers demanding starring roles. The debate: is playful flair motivating, or just cringe? Fans say it celebrates contributors and makes shipping feel cinematic; skeptics say it feeds vanity and slows real work. Either way, the credits are rolling — and the vibes are very, very online.
Key Points
- •Gitcredits is a terminal tool that renders movie-style credits for any Git repository.
- •It installs via Go (go install) or from source and requires Go 1.21+ and Git.
- •Usage is to run “gitcredits” inside a repository; controls include arrow keys for scrolling and q/Esc to quit.
- •The tool shows an ASCII art repo title, project lead by commit count, contributors, notable feat:/fix: commits, and stats.
- •GitHub metadata (stars, description, language, license) is available when the gh CLI is installed and authenticated; otherwise, only git data is shown.