Skip to content

Instantly share code, notes, and snippets.

@friskfly
Created December 26, 2012 14:42
Show Gist options
  • Save friskfly/4380670 to your computer and use it in GitHub Desktop.
Save friskfly/4380670 to your computer and use it in GitHub Desktop.
gist plugin context.sublime-menu
[
{ "caption": "-" },
{
"caption": "Gist",
"children": [
{ "command": "gist", "caption": "Create Public Gist…" },
{ "command": "gist_private", "caption": "Create Private Gist…" },
{ "command": "gist_list", "caption": "Open Gist…" },
{ "command": "insert_gist_list", "caption": "Insert Gist…" },
{ "command": "gist_add_file", "caption": "Add File to Gist…" },
{ "caption": "-" },
{ "command": "gist_copy_url", "caption": "Copy Gist URL" },
{ "command": "gist_open_browser", "caption": "Open Gist in Browser"},
{ "command": "gist_update_file", "caption": "Update File" },
{ "command": "gist_rename_file", "caption": "Rename File…" },
{ "command": "gist_delete_file", "caption": "Delete File" },
{ "command": "gist_change_description", "caption": "Change Gist Description…" },
{ "command": "gist_delete", "caption": "Delete Gist" }
]
},
{ "caption": "-" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment