Created
January 26, 2021 17:00
-
-
Save jcberquist/4fd7a73b0eb9a925c810f2a1444f2290 to your computer and use it in GitHub Desktop.
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
{ | |
"executable": "C:\\Program Files\\Sublime Merge\\sublime_merge.exe", | |
"icon": "C:\\Program Files\\Sublime Merge\\sublime_merge.exe", | |
"key": "Sublime Merge", | |
"locations": [ | |
{ | |
"path": "HKCR:\\Directory\\shell", | |
"target": "%1", | |
"text": "Open with Sublime Merge" | |
}, | |
{ | |
"path": "HKCR:\\Directory\\Background\\shell", | |
"target": "%V", | |
"text": "Open Sublime Merge here" | |
} | |
] | |
} |
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
{ | |
"executable": "C:\\Program Files\\Sublime Text\\sublime_text.exe", | |
"icon": "C:\\Program Files\\Sublime Text\\sublime_text.exe", | |
"key": "Sublime Text", | |
"locations": [ | |
{ | |
"path": "HKCR:\\*\\shell", | |
"target": "%1", | |
"text": "Open with Sublime Text" | |
}, | |
{ | |
"path": "HKCR:\\Directory\\shell", | |
"target": "%1", | |
"text": "Open with Sublime Text" | |
}, | |
{ | |
"path": "HKCR:\\Directory\\Background\\shell", | |
"target": "%V", | |
"text": "Open Sublime Text here" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment