Skip to content

Instantly share code, notes, and snippets.

@hibiyasleep
Created January 23, 2017 09:12
Show Gist options
  • Save hibiyasleep/213d3a18a0c82507eb4a4737db6d65a2 to your computer and use it in GitHub Desktop.
Save hibiyasleep/213d3a18a0c82507eb4a4737db6d65a2 to your computer and use it in GitHub Desktop.
Launch GitHub with gh:// scheme (anyway it's works)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\gh]
@="URL:GitHub"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\gh\shell]
@=""
[HKEY_CLASSES_ROOT\gh\shell\open]
@=""
[HKEY_CLASSES_ROOT\gh\shell\open\command]
@="cmd /c set GH=%1& call set GH=%%GH:gh:=%%& call set GH=%%GH://=%%& cmd /c explorer \"https://github.com/%%GH%%\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment