top | item 6041105

Show HN: Git bar graphs in the terminal

32 points| abhshkdz | 12 years ago |github.com | reply

20 comments

order
[+] fragmede|12 years ago|reply
Cool demo gif, but what is 'j'? It distracts from seeing what 'graf' outputs.

It looks like some overblown 'cd' command?

[+] untrothy|12 years ago|reply
Autojump : https://github.com/joelthelion/autojump

"autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. Directories must be visited first before they can be jumped to."

[+] Jonovono|12 years ago|reply
Cool. Another thing I think would be useful and I am thinking of adding it to a site I made (http://gitray.com) is to be able to kind of press play on a github project. So I could view the project at it's initial commit and then step through the project and watch it get built. Is this something others would find useful?
[+] dschwartz88|12 years ago|reply
First off awesome little util.

One Issue: I get an "invalid multibyte char (US-ASCII) (SyntaxError)" on a pretty standard OSX install. May want to think about looking for support for char and replacing with something like "-" for the lines. Once I changed that in source.rb everything worked great.

[+] calebio|12 years ago|reply
Same error on OSX 10.8, ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin12.0.0]
[+] yannickmahe|12 years ago|reply
Same error in Ubuntu 13.04 for me.
[+] bajsejohannes|12 years ago|reply
Looks nice, though I don't know why you would want to know who has the most commits on a project. Trying to measure productivity might make you optimize for the wrong things.