Because of it, I was expecting some ultra fast github search ... it took me about a minute or two of staring at the interface to figure out it was just a repo browser.
I was always annoyed by the ajaxless slow github directory listing, especially on java-deep repos, when I stumbled on this project I found it a god-sent so I hurried to HN to post it.
Thanks for the love :) It's funny because when I posted it a while back, my post went nowhere, couldn't even make it to the frontpage. I thought with the high number of Github users here on HN, it would get a bit more traction. But it got picked up by TheChangeLog and surprisingly a lot of Japanese sites. I guess the posting time on HN is very critical on how the post gets read and upvoted. Nonetheless, I'm glad that more people know about GithubFinder and I can help save their time.
I'd highly recommend the Bookmarklet and the Userscript. Both are real time savers. There are other enhancements that I have not had a chance to implement, such as bookmarkable URL and better syntax highlighting, hopefully GHF will be even better when that's done.
Sadly, it wasn't accepted into the 10K Apart contest, because I was using a small proxy script to grab the content of files for the code/diff view. I could have disabled the feature to re-submit, but I didn't want to have a crippled version out so in the end, I did not resubmit to the 10K apart contest. I had one hell of a time coding it up though. It was a lot of fun.
This issue has been fixed. I was using a proxy to grab the raw file from Github via normal http, but recently Github has been defaulted to serve via https, and forces all normal http traffic to https with a 301, thus the proxy failed. I updated the code to us https instead so the diff view should be working again.
I will still need to clone a repo if I need to quickly find or grep for something, but it's definitely way more useful for reading through the code then the default github file browser.
Because of it, I was expecting some ultra fast github search ... it took me about a minute or two of staring at the interface to figure out it was just a repo browser.
Nice job otherwise though.