GITCREDITS(1)

NAME

gitcreditsRoll movie-style credits for your git repo — right in the terminal

SYNOPSIS

$go install github.com/Higangssh/gitcredits@latest

INFO

134 stars
4 forks
0 views

DESCRIPTION

Roll movie-style credits for your git repo — right in the terminal

README

gitcredits

Roll movie-style credits for your git repo — right in the terminal.

gitcredits demo

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.

Themes

Matrix — digital rain with text resolve effect:

gitcredits --theme matrix

gitcredits matrix theme

Controls

KeyAction
/ Manual scroll
q / EscQuit

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 (required) — commit history, contributors, repo info
  • Go 1.21+ — for go install
  • gh CLI (optional) — enables GitHub stars, license, language, and description. Works without it — you'll just get git-only data.

License

MIT

SEE ALSO

clihub3/4/2026GITCREDITS(1)