| ▲ | Show HN: Gitlogue – A terminal tool that replays your Git commits with animation(github.com) | ||||||||||||||||||||||
| 93 points by unhappychoice 6 days ago | 11 comments | |||||||||||||||||||||||
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. | |||||||||||||||||||||||
| ▲ | NiloCK an hour ago | parent | next [-] | ||||||||||||||||||||||
Finally some external tooling to justify my microcommit habit. (They will play in order here, presumably, instead of the top-to-bottom per-file playback of large commits). Really nice - thanks for sharing. | |||||||||||||||||||||||
| ▲ | jquaint an hour ago | parent | prev | next [-] | ||||||||||||||||||||||
This is cool! It feels fresh and new. Suggestion for the related projects section: https://gource.io/ Tree view visualization of git history over time. | |||||||||||||||||||||||
| ▲ | aunderscored 5 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
This looks really cute. I wonder if it'd help with reviews when people have strange PR's | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | alwi4 4 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
I like it! It's a neat idea :) | |||||||||||||||||||||||
| ▲ | iJohnDoe 3 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
Actually, looks really cool! Creative idea. | |||||||||||||||||||||||
| ▲ | mannanj 3 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
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! | |||||||||||||||||||||||
| ▲ | rglover 4 hours ago | parent | prev [-] | ||||||||||||||||||||||
This is insanely helpful for debugging other people's code or code you've long since forgotten. | |||||||||||||||||||||||
| |||||||||||||||||||||||