Skip to content

Instantly share code, notes, and snippets.

@hayleyxyz
Created April 12, 2025 13:05
Show Gist options
  • Save hayleyxyz/3da4b8db5c1bf3f75ec7a4f673350e1c to your computer and use it in GitHub Desktop.
Save hayleyxyz/3da4b8db5c1bf3f75ec7a4f673350e1c to your computer and use it in GitHub Desktop.
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