-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContext.sublime-menu
34 lines (34 loc) · 1.59 KB
/
Context.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
24
25
26
27
28
29
30
31
32
33
34
[
{ "caption": "-" },
{
"caption": "SFTP/FTP",
"children":
[
{ "caption": "Upload File", "command": "sftp_upload_file" },
{ "caption": "Upload Open Files", "command": "sftp_upload_open_files" },
{ "caption": "Download File", "command": "sftp_download_file" },
{ "caption": "-" },
{ "caption": "Upload Folder", "command": "sftp_upload_folder" },
{ "caption": "Download Folder", "command": "sftp_download_folder" },
{ "caption": "-" },
{ "caption": "Diff Remote File", "command": "sftp_diff_remote_file" },
{ "caption": "Rename Local and Remote Files", "command": "sftp_rename_local_and_remote_paths" },
{ "caption": "-" },
{ "caption": "Delete Local and Remote Files", "command": "sftp_delete_local_and_remote_paths" },
{ "caption": "Delete Remote File", "command": "sftp_delete_remote_path" },
{ "caption": "-" },
{ "caption": "Sync Local -> Remote…", "command": "sftp_sync_up" },
{ "caption": "Sync Remote -> Local…", "command": "sftp_sync_down" },
{ "caption": "Sync Both Directions…", "command": "sftp_sync_both" },
{ "caption": "-" },
{ "caption": "Monitor File (Upload on External Save)", "command": "sftp_monitor_file" },
{ "caption": "-" },
{ "caption": "Browse Remote…", "command": "sftp_browse" },
{ "caption": "-" },
{ "caption": "Map to Remote…", "command": "sftp_create_config" },
{ "caption": "Edit Remote Mapping…", "command": "sftp_edit_config" },
{ "caption": "Add Alternate Remote Mapping…", "command": "sftp_create_alt_config" },
{ "caption": "Switch Remote Mapping…", "command": "sftp_switch_config" }
]
}
]