"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."
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?
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.
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.
neat! inspire to try to replicate this for myself, i implemented it in python and svn. could use a bit of a touchup to get the width right, but mostly works. code as a github gist and a screenshot in imgur.
[+] [-] fragmede|12 years ago|reply
It looks like some overblown 'cd' command?
[+] [-] mtrn|12 years ago|reply
[+] [-] Watabou|12 years ago|reply
Autojump: https://github.com/joelthelion/autojump
fasd: https://github.com/clvv/fasd
[+] [-] untrothy|12 years ago|reply
"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."
[+] [-] omra|12 years ago|reply
(It's like a smart version of cd.)
[+] [-] Jonovono|12 years ago|reply
[+] [-] toupeira|12 years ago|reply
[+] [-] dschwartz88|12 years ago|reply
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
[+] [-] yannickmahe|12 years ago|reply
[+] [-] Firstmate|12 years ago|reply
[+] [-] abhshkdz|12 years ago|reply
[+] [-] mtrn|12 years ago|reply
[+] [-] C0d3r|12 years ago|reply
[+] [-] bajsejohannes|12 years ago|reply
[+] [-] jnazario|12 years ago|reply
https://gist.github.com/anonymous/5995140
http://imgur.com/vehDl2r