DEV Community

SangheeSon
SangheeSon

Posted on • Edited on

I built a CLI that rolls movie-style credits for your git repo

Ever wondered what your git repo would look like as a movie?

I built gitcredits — a CLI that turns your git history into scrolling movie-style end credits in your terminal.

Default Theme — Star Wars Style

  • ASCII art title from your repo name
  • Top contributor as "Director"
  • All contributors as "Starring"
  • Recent feat/fix commits as "Notable Scenes"
  • Stats: commits, contributors, stars, language, license
  • Star field background with fade effects

Matrix Theme — Digital Rain 🟢

Added --theme matrix — digital rain with text resolve animation, inspired by The Matrix.

  • Green rain on the edges, clear center for content
  • Each contributor card resolves from random characters
  • Gold ASCII title, cyan metadata, white names

Get Started

go install github.com/Higangssh/gitcredits@latest
gitcredits              # default theme
gitcredits --theme matrix  # matrix theme
Enter fullscreen mode Exit fullscreen mode

GitHub: https://github.com/Higangssh/gitcredits

Top comments (0)