Files
ChocolateyPackages/EthanBrown.SublimeText2.GitPackages/tools/PackageCache/sublime-github/Github.sublime-commands
Iristyle 3a0c5ce9e2 feat(ST2.GitPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
2013-09-16 22:32:31 -04:00

19 lines
1.3 KiB
Plaintext

[
{ "caption": "GitHub: Private Gist from Selection", "command": "private_gist_from_selection" },
{ "caption": "GitHub: Public Gist from Selection", "command": "public_gist_from_selection" },
{ "caption": "GitHub: Copy Gist to Clipboard", "command": "open_gist" },
{ "caption": "GitHub: Copy Starred Gist to Clipboard", "command": "open_starred_gist" },
{ "caption": "GitHub: Open Gist in Editor", "command": "open_gist_in_editor" },
{ "caption": "GitHub: Open Starred Gist in Editor", "command": "open_starred_gist_in_editor" },
{ "caption": "GitHub: Copy Gist URL to Clipboard", "command": "open_gist_url" },
{ "caption": "GitHub: Open Gist in Browser", "command": "open_gist_in_browser" },
{ "caption": "GitHub: Open Starred Gist in Browser", "command": "open_starred_gist_in_browser" },
{ "caption": "GitHub: Update Gist", "command": "update_gist" },
{ "caption": "GitHub: Switch Accounts", "command": "switch_accounts" },
{ "caption": "GitHub: Copy Remote URL to Clipboard", "command": "copy_remote_url" },
{ "caption": "GitHub: Open Remote URL in Browser", "command": "open_remote_url" },
{ "caption": "GitHub: Blame", "command": "blame"},
{ "caption": "GitHub: History", "command": "history"},
{ "caption": "GitHub: Edit", "command": "edit"}
]