Suggestion for the related projects section: https://gource.io/ Tree view visualization of git history over time.
Show HN: Gitlogue – A terminal tool that replays your Git commits with animation
11–20 of 21 posts
Re: Show HN: Gitlogue – A terminal tool that replays your Git commits with animation
#12Really nice - thanks for sharing.
Re: Show HN: Gitlogue – A terminal tool that replays your Git commits with animation
#13is 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!
would probably also make sense to add quick review actions in place - like ask a question to the gitlogue tool or the author during the playback
Re: Show HN: Gitlogue – A terminal tool that replays your Git commits with animation
#14A coworker years ago screen recorded themselves coding something, then made it their screensaver. Then would just let the screensaver make it look like they were working when they wanted to goof off. This would be prefect for them.
Re: Show HN: Gitlogue – A terminal tool that replays your Git commits with animation
#15Re: Show HN: Gitlogue – A terminal tool that replays your Git commits with animation
#16I don't mind live coding for students, but it often diverges a bit, I'd rather stick to what's on the repo I prepared with atomic commits.
Re: Show HN: Gitlogue – A terminal tool that replays your Git commits with animation
#17> Screensaver — Ambient coding display for your workspace A coworker years ago screen recorded themselves coding something, then made it their screensaver. Then would just let the screensaver make it look like they were working when they wanted to goof off. This would be prefect for them.
Re: Show HN: Gitlogue – A terminal tool that replays your Git commits with animation
#18This looks really cute. I wonder if it'd help with reviews when people have strange PR's
Re: Show HN: Gitlogue – A terminal tool that replays your Git commits with animation
#19This 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