Live data from Hacker News

Git repository summary on your terminal

github.com

21–27 of 27 posts

Re: Git repository summary on your terminal

#23
post #6

Reminds me of Ohloh (now OpenHub) but for your own projects and on command line.

Funny fact: actually there is OpenHub[0] app for Android, that is just GitHub client.

BTW, I just curios, is it possible install & use onefetch using Termux[1] on Android?

[0] https://apt.izzysoft.de/fdroid/index/apk/com.thirtydegreesra...

[1] https://apt.izzysoft.de/fdroid/index/apk/com.termux?repo=mai...

Re: Git repository summary on your terminal

#25

Imagine one wished to collect interesting repo measures and visualizations. Any suggestions on fruitful places to scavenge? " has a nice one." "I frequently find myself checking a repo for , and wish it was automated." " a pretty way to present ."

“gource” is pretty cool. It generates an animated history of all commits, visualized as authors pushing into files.

It[1] has a surprising large number of videos...[2]

Hmm, the documentation supports their creation.[3] "Encourage your community to create videos" as a way to raise awareness of a code analytics tool... I'd not thought of that.

[1] https://gource.io/ [2] https://www.youtube.com/results?search_query=gource&sp=CAI%2... [3] https://github.com/acaudwell/Gource/wiki/Videos

Re: Git repository summary on your terminal

#26
I know this won't be an accurate representation, but sometimes I want to know how many hours I've spent on a repository.

I used git hours for this [0], but it's not well maintained anymore (has some problem on newer node version). I'm curious whether anyone else need this functionality.

[0] https://github.com/kimmobrunfeldt/git-hours

Post reply on HN