-
Notifications
You must be signed in to change notification settings - Fork 65
/
Side Bar.sublime-menu
23 lines (23 loc) · 1.2 KB
/
Side Bar.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
{ "caption": "-" },
{
"caption": "FTPSync",
"children":
[
{ "caption": "Upload", "command": "ftp_sync_target", "args": { "edit": null, "paths": []} },
{ "caption": "Download", "command": "ftp_sync_down_target", "args": { "edit": null, "paths": [], "forced": true} },
{ "caption": "Rename", "command": "ftp_sync_rename", "args": { "edit": null, "paths": []} },
{ "caption": "-" },
{ "caption": "Delete", "command": "ftp_sync_delete", "args": { "edit": null, "paths": []} },
{ "caption": "-" },
{ "caption": "Browse here", "command": "ftp_sync_browse_place", "args": { "edit": null, "paths": []} },
{ "caption": "Show info", "command": "ftp_sync_show_info", "args": { "edit": null, "paths": []} },
{ "caption": "-" },
{ "caption": "Setup FTPSync in this folder", "command": "ftp_sync_new_settings", "args": { "edit": null, "dirs": []} },
{ "caption": "Open README (Github)", "command": "ftp_sync_url_readme" },
{ "caption": "Report issue / suggestion (Github)", "command": "ftp_sync_url_report" },
{ "caption": "-" },
{ "caption": "Cleanup temporary files", "command": "ftp_sync_cleanup", "args": { "edit": null, "paths": []} }
]
}
]