惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
月光博客
月光博客
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
小众软件
小众软件
量子位
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Every developer deserves end credits
SangheeSon · 2026-05-03 · via DEV Community

SangheeSon

When a movie ends, everyone gets credit. The grip. The caterer. The second assistant editor who probably saved the entire third act in post.

When we ship software? git log and a Slack thank-you that scrolls into the void by Monday.

I wanted to fix that. So I built gitcredits — a CLI that takes your git history and rolls it like end credits.

GitHub logo Higangssh / gitcredits

Git log doesn't do them justice. Turn your contributors into movie stars.

gitcredits

Git log doesn't do them justice. Turn your contributors into movie stars.

gitcredits demo

Install

Quick install (recommended)

curl -sL https://raw.githubusercontent.com/Higangssh/gitcredits/main/install.sh | sh

Enter fullscreen mode Exit fullscreen mode

Supports macOS (Intel/Apple Silicon), Linux (x86_64/ARM64), and Windows (x86_64 via Git Bash).

Pre-built binaries

Download the latest release for your platform from GitHub Releases.

Go

go install github.com/Higangssh/gitcredits@latest

Enter fullscreen mode Exit fullscreen mode

From source

git clone https://github.com/Higangssh/gitcredits.git
cd gitcredits
go build -o gitcredits .

Enter fullscreen mode Exit fullscreen mode

Usage

cd your-repo
gitcredits

# or target another repository directly
gitcredits /path/to/your-repo

Enter fullscreen mode Exit fullscreen mode

That's it. Run gitcredits inside a Git repository, or pass a target repository path directly.

Themes

Matrix — digital rain with text resolve effect:

gitcredits --theme matrix

Enter fullscreen mode Exit fullscreen mode

gitcredits matrix theme

Spider-Man — glitch effects with radial web transitions:

gitcredits --theme spiderman

Enter fullscreen mode Exit fullscreen mode

gitcredits spider-man theme

Export to GIF

Save the credits as a high-quality GIF — perfect for READMEs, presentations, or sharing.

gitcredits --output credits.gif
gitcredits --output credits.gif --theme matrix
gitcredits --output credits.gif --theme spiderman
gitcredits /path/to/your-repo --output credits.gif

Enter fullscreen mode Exit fullscreen mode

Requires VHS and…

What it does

Run it in any repo:

gitcredits

Enter fullscreen mode Exit fullscreen mode

Your contributors scroll up the terminal, movie-style. Names, commit counts, the whole thing. It's the closing scene of your project — except your project is still running.

Why I made it

I've been shipping side projects and contributing to open source for a while now, and something kept bothering me: the people who help you build something almost never get a moment.

A teammate who debugged a nasty race condition at 2am. A stranger on GitHub who opened a PR fixing your typo. The reviewer who caught the security bug before it shipped. They get a commit hash. Maybe a line in CONTRIBUTORS.md if you remember.

Movies figured this out a hundred years ago. Everyone who touched the thing gets their name on screen, in big letters, while music plays. It costs nothing and it means everything.

So I gave that to git.

Try it (30 seconds)

go install github.com/Higangssh/gitcredits@latest
cd your-favorite-repo
gitcredits

Enter fullscreen mode Exit fullscreen mode

That's it. Works on any git repo. No config, no setup.

Built with

  • Go — single binary, no dependencies to fight
  • Bubble Tea — the TUI framework that makes terminal animations actually pleasant to write
  • lipgloss — for styling that doesn't look like 1995

The scroll animation was the fun part. Getting it to feel like credits and not like a list scrolling took more iterations than I want to admit. Easing curves matter, even in a terminal.

What's next

I'm thinking about:

  • Custom themes (Star Wars crawl, anyone?)
  • Music support (yes, really)
  • Per-file credits — who actually wrote this function?

If any of that sounds fun, the repo is open. PRs welcome. You'll get your name in the credits.


Every contributor deserves a moment on screen. Even if the screen is a terminal.

github.com/Higangssh/gitcredits — star it if it made you smile.