tl;dr You can use Chrome's custom search as a text-expander to quickly access GitHub repos.
Chrome's custom search engine settings take a name, keyword, and a URL (which contains a %s). When you type the keyword in the browser and press tab, the search bar will say Search {name} and will allow you to keep typing. When you press enter, whatever you typed will be injected into the URL you set by replacing %s with your input. This is really powerful because you can essentially setup a hotkey to get the prefix for your GitHub namespace or maybe your company's org.
name:GitHub @anglinbkeyword:aURL:https://github.com/anglinb/%s
- Visit
chrome://settings/searchEngines - Click
Addand enter the keyword & GitHub URL (ex:keyword:gh,URL:https://github.com/github/%s) - Profit!
@missinformed orignally showed this to me--thank you so much! π π π

