Live data from Hacker News

Git repository summary on your terminal

github.com

11–20 of 27 posts

Re: Git repository summary on your terminal

#12

Earlier quoted context omitted.

Interestingly enough the color palette doesn't appear for me :)

Wunderbar.

Hahaha. Sorry, that wasn't meant to be a brag. I just know that I haven't turned anything off, so maybe it's a behaviour of a particular commit?

I installed via Cargo, version 1.6.5.

Re: Git repository summary on your terminal

#15
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 ."

Re: Git repository summary on your terminal

#17
post #14

Nice! In the 2nd screenshot, how is it showing the image? Is that a terminal that can render images, or some clever conversion to ascii art [there's some ascii art related code in the onefetch repo].

this is possible with sixels, if you are really into it

Re: Git repository summary on your terminal

#19
post #14

Nice! In the 2nd screenshot, how is it showing the image? Is that a terminal that can render images, or some clever conversion to ascii art [there's some ascii art related code in the onefetch repo].

It uses `kitty` terminal's built in support for images. [0][1]

[0] https://sw.kovidgoyal.net/kitty/graphics-protocol.html [1] https://github.com/o2sh/onefetch/blob/master/src/image_backe...

Note: iTerm2 also has its own image display protocol and for something more generic there is Sixel or w3mimgdisplay (from w3m).

Re: Git repository summary on your terminal

#20

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.
Post reply on HN