Created
April 12, 2025 13:05
-
-
Save hayleyxyz/3da4b8db5c1bf3f75ec7a4f673350e1c 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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\shell\Gist] | |
@="Publish to Gist (Public)" | |
"Icon"="C:\\Users\\hayley\\AppData\\Local\\GitHubDesktop\\app.ico" | |
[HKEY_CLASSES_ROOT\*\shell\Gist\command] | |
@="\"C:\\Program Files\\GitHub CLI\\gh.exe\" gist create \"%1\" --web --public" | |
[HKEY_CLASSES_ROOT\*\shell\GistSecret] | |
@="Publish to Gist (Secret)" | |
"Icon"="C:\\Users\\hayley\\AppData\\Local\\GitHubDesktop\\app.ico" | |
[HKEY_CLASSES_ROOT\*\shell\GistSecret\command] | |
@="\"C:\\Program Files\\GitHub CLI\\gh.exe\" gist create \"%1\" --web" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment