Show HN: Gitlogue – A terminal tool that replays your Git commits with animation

github.com

14 points by unhappychoice 5 days ago

Gitlogue is a CLI that turns your Git commits into a typing-style replay.

It visualizes diffs line by line, shows the file tree, and plays back each edit as if it were typed in real time.

Key points

• Realistic typing animation

• Syntax-highlighted diffs

• File-tree view

• Replay any commit

• Self-contained CLI

Demo video is in the README.

Repo: https://github.com/unhappychoice/gitlogue

aunderscored 4 minutes ago

This looks really cute. I wonder if it'd help with reviews when people have strange PR's