-
Notifications
You must be signed in to change notification settings - Fork 3
/
Side Bar.sublime-menu.old
36 lines (36 loc) · 2.24 KB
/
Side Bar.sublime-menu.old
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
26
27
28
29
30
31
32
33
34
35
36
[
{ "caption": "-" },
{
"caption": "MySFTP",
"children":
[
{ "caption": "Upload File", "command": "side_bar", "args": {"paths": $folder} },
{ "caption": "Download File", "command": "sftp_download_file", "args": {"paths": []} },
{ "caption": "-" },
{ "caption": "Upload Folder", "command": "sftp_upload_folder", "args": {"paths": []} },
{ "caption": "Download Folder", "command": "sftp_download_folder", "args": {"paths": []} },
{ "caption": "-" },
{ "caption": "Diff Remote File", "command": "sftp_diff_remote_file", "args": {"paths": []} },
{ "caption": "Rename Local and Remote Files", "command": "sftp_rename_local_and_remote_paths", "args": {"files": []} },
{ "caption": "Rename Local and Remote Folders", "command": "sftp_rename_local_and_remote_paths", "args": {"dirs": []} },
{ "caption": "-" },
{ "caption": "Delete Local and Remote Files", "command": "sftp_delete_local_and_remote_paths", "args": {"files": []} },
{ "caption": "Delete Local and Remote Folders", "command": "sftp_delete_local_and_remote_paths", "args": {"dirs": []} },
{ "caption": "Delete Remote File", "command": "sftp_delete_remote_path", "args": {"files": []} },
{ "caption": "Delete Remote Folder", "command": "sftp_delete_remote_path", "args": {"dirs": []} },
{ "caption": "-" },
{ "caption": "Sync Local -> Remote…", "command": "sftp_sync_up", "args": {"paths": []} },
{ "caption": "Sync Remote -> Local…", "command": "sftp_sync_down", "args": {"paths": []} },
{ "caption": "Sync Both Directions…", "command": "sftp_sync_both", "args": {"paths": []} },
{ "caption": "-" },
{ "caption": "Monitor File (Upload on External Save)", "command": "sftp_monitor_file", "args": {"paths": []} },
{ "caption": "-" },
{ "caption": "Browse Remote…", "command": "sftp_browse", "args": {"paths": []} },
{ "caption": "-" },
{ "caption": "Map to Remote…", "command": "my_sftp_create_config", "args": {"paths": []} },
{ "caption": "Edit Remote Mapping…", "command": "sftp_edit_config", "args": {"paths": []} },
{ "caption": "Add Alternate Remote Mapping…", "command": "sftp_create_alt_config", "args": {"paths": []} },
{ "caption": "Switch Remote Mapping…", "command": "sftp_switch_config", "args": {"paths": []} }
]
}
]