Skip to content

Instantly share code, notes, and snippets.

@miclaus
Last active August 29, 2015 14:23
Show Gist options
  • Save miclaus/58a7cf3b335bd2c32256 to your computer and use it in GitHub Desktop.
Save miclaus/58a7cf3b335bd2c32256 to your computer and use it in GitHub Desktop.
Atom package Remote-FTP .ftpignore feature menu item
'menu': [
{
'label': 'Packages'
'submenu': [
'label': 'Remote-FTP'
'submenu': [
{ label: 'Create FTP config file', command: 'remote-ftp:create-ftp-config' },
{ label: 'Create SFTP config file', command: 'remote-ftp:create-sftp-config' },
{ label: 'Create ignore file', command: 'remote-ftp:create-ignore-file' },
{ label: 'Toggle', command: 'remote-ftp:toggle' },
{ label: 'Connect', command: 'remote-ftp:connect' },
{ label: 'Disconnect', command: 'remote-ftp:disconnect' },
{ label: 'Navigate to', command: 'remote-ftp:navigate-to' },
]
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment