Hacker News new | ask | show | jobs
A simple way of visualizing Git repository (cupprum.github.io)
20 points by Cupprum 474 days ago
3 comments

Git-Heat-Map¹ does something similar to this. It's not open source but I found it easy re-implement the core algorithm² as a learning exercise in React.

¹- https://github.com/jmforsythe/Git-Heat-Map

²- https://www.win.tue.nl/~vanwijk/stm.pdf

Hmmm interesting, i wonder for which other use-cases could treemap be useful.
Super cool, working on something similar ad git truck but for all repos in a company and viewable via a web interface
Git-truck is running in a web interface, even though it’s self hosted. But rendering all repos definitely sounds interesting. I had an idea to create a repo, which would basically be a monorepo, where i would register other repositories as submodules. Sadly git-truck does not seem to like that.
Any screenshots ? That would be fun to see over my own GitHub organization.
No but I will set up a Show HN in a couple of weeks. Keep on the lookout for comper.io