Live data from Hacker News

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

github.com

1–10 of 21 posts

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

#1
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

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

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

#6
post #5

This is insanely helpful for debugging other people's code or code you've long since forgotten.

How is it more helpful for debugging compared to just looking at the git patch? As far as I can tell, this is meant to be more of a cool presentation type thing, rather than something to assist with development

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

#7
is it able to actually discern the order in which the code was written? would be cool if not to augment it or create a parallel to to actually track this in the manner the code author actually did to write the code - I wonder which functions he/she went to, how he/she wrote code, how long they paused to think, and even what they were thinking!

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

#9
post #5

This is insanely helpful for debugging other people's code or code you've long since forgotten.

How is it more helpful for debugging compared to just looking at the git patch? As far as I can tell, this is meant to be more of a cool presentation type thing, rather than something to assist with development

Yeah, sounds like something I'd use along with Gource for presentations - gource is great for "show off our progress in the last year" in a Very Visual way (without actually being all that useful, but sometimes you need some non-technical visualizations.)

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

#10
post #5

This is insanely helpful for debugging other people's code or code you've long since forgotten.

How is it more helpful for debugging compared to just looking at the git patch? As far as I can tell, this is meant to be more of a cool presentation type thing, rather than something to assist with development

Pretty graphics and visualizations help people understand things because humans aren't LLMs. The web didn't have to evolve past having one font, black, on a white screen, but it did, because people aren't robots.
Post reply on HN