Settings

Theme

A simple way of visualizing Git repository

cupprum.github.io

20 points by Cupprum 10 months ago · 10 comments

Reader

srhtftw 10 months ago

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

nikolayasdf123 10 months ago

this reminds me of https://github.com/nikolaydubina/go-cover-treemap

  • CupprumOP 10 months ago

    Hmmm interesting, i wonder for which other use-cases could treemap be useful.

jtwaleson 10 months ago

Super cool, working on something similar ad git truck but for all repos in a company and viewable via a web interface

  • CupprumOP 10 months ago

    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.

  • setheron 10 months ago

    Any screenshots ? That would be fun to see over my own GitHub organization.

    • jtwaleson 10 months ago

      No but I will set up a Show HN in a couple of weeks. Keep on the lookout for comper.io

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection