Created
January 23, 2017 09:12
-
-
Save hibiyasleep/213d3a18a0c82507eb4a4737db6d65a2 to your computer and use it in GitHub Desktop.
Launch GitHub with gh:// scheme (anyway it's works)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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