forked from bgreenlee/sublime-github
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGithub.sublime-commands
More file actions
25 lines (25 loc) · 1.84 KB
/
Github.sublime-commands
File metadata and controls
25 lines (25 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
{ "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: Copy Remote URL to Clipboard (master)", "command": "copy_remote_url_master" },
{ "caption": "GitHub: Open Remote URL in Browser", "command": "open_remote_url" },
{ "caption": "GitHub: Open Remote URL in Browser (master)", "command": "open_remote_url_master" },
{ "caption": "GitHub: View", "command": "open_remote_url"},
{ "caption": "GitHub: View (master)", "command": "open_remote_url_master"},
{ "caption": "GitHub: Blame", "command": "blame"},
{ "caption": "GitHub: Blame (master)", "command": "blame_master"},
{ "caption": "GitHub: History", "command": "history"},
{ "caption": "GitHub: History (master)", "command": "history_master"},
{ "caption": "GitHub: Edit", "command": "edit"},
{ "caption": "GitHub: Edit (master)", "command": "edit_master"}
]