Quick access to a Github repo via address bar
You use Github a lot ? And go to a lot of differents repositories directly to the website ? Here is a nice way to hijack a browser feature: Search Engine shortcut !
Chrome address bar > Right click > Edit Search Engines.
Add
Github git https://github.com/%s
Type in your address bar git user/repo.
It will send you directly to https://github.com/user/repo
Here is this tip in a image !
Written by Maxime Thirouin
Related protips
6 Responses
Actually, url should https://github.com/%s
Thanks for tip.
Good tip for mac users. Windows users have a shortcut with TAB (explained here : http://chrome.blogspot.fr/2009/07/tip-quick-site-searches-with-omnibox.html)
Thanks !
@ahmet Oups it's was a trailing * from italic. Fixed :)
If only I somehow didn't have to enter the "User" part...
@dpashkevich You can use the same technique with ... gitme... & https://github.com/YOU/%s :)
@moox but that would search among only my repos. What I'm saying is that I wish there was some kind of "I'm feeling lucky" search functionality on github that would automatically take you to the most relevant result instead of showing the result page. E.g. when I type grunt
, it's VERY likely that I want to navigate to https://github.com/gruntjs/grunt although many other users have a repo with the same name. I don't want to type the "username" part, I don't remember it anyway most of the time, I just remember the name of the project.