GITCREDITS(1)
NAME
gitcredits — Roll movie-style credits for your git repo — right in the terminal
SYNOPSIS
$
go install github.com/Higangssh/gitcredits@latestINFO
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.
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
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: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.
Requirements
- git (required) — commit history, contributors, repo info
- Go 1.21+ — for
go install ghCLI (optional) — enables GitHub stars, license, language, and description. Works without it — you'll just get git-only data.
License
MIT
SEE ALSO
fzf(1)— A command-line fuzzy finder — interactive Unix filter for any listlazygit(1)— Simple terminal UI for git commands — never memorize commands againstarship(1)— The minimal, blazing-fast, and infinitely customizable prompt for any shellgh(1)— GitHub's official command-line tool for pull requests, issues, and morezoxide(1)— A smarter cd command — learns your habits and jumps instantly
clihub3/4/2026GITCREDITS(1)