Based on https://github.com/h3imdall/ftp-remote-edit, I added the 'folder' concept:
you can manage folders from Packages -> Ftp-Remote-Plus -> edit folders
for each server you can select one folder from the dropdown list
folders are displayed in white into tree view in alphabetic order
orphan servers (not associated to any folder) are displayed after folders
change of folder name is propagated to associated servers
deleting folder makes children servers orphan
TODO:
autoRevealActiveFile is disabled because it messes up at tree load time
bhakta0007 for several improvements
Here is the original README content of the package I cloned and hacked:
Editing files on your server without the need for creating a local project. It is not necassary to download all files of your project. Simply connect and edit your remote files. The files will be automatically updated to the server on saving.
ctrl-space
ctrl-space
ctrl-alt-p
(item must be selected in the tree view)Add temporary server for ftp/sftp by using uri. It is possible to use it with/without username, password and port.
Tree View
- Open On Startup
- Open the view automatically when atom starts.Tree View
- Open In Atom Dock
- Open the view as tab in atom dock instead of panel. Only available from Atom 1.17.0Tree View
- Show On Right Side
- Show the view on the right side of the editor instead of the left.Tree View
- Allow Pending Pane Items
- Allow items to be previewed without adding them to a pane permanently.Tree View
- Hide Ignored Files
- Don't show items matched by the Ignored Names
core config setting.Tree View
- Show Hidden Files
- Force FTP Server to show hidden files (e.g. htaccess)Tree View
- Sort Folders Before Files
- When listing directory items, list subdirectories before listing files.Tree View
- Sort Servers By Name
- When listing servers items, list servers by name rather than by host.Tree View
- Auto Reveal Active File
- Auto reveal the current active file on the tree view.Tree View Finder
- Key For Search
- Specifies the key at which the search is to be used.Tree View Finder
- Ignored Names
- Files and directories matching these patterns and the Ignored Names
core config setting will be ignored during indexing.Notification
- Successful Upload
- Show notification on successful uploadNotification
- Failed Upload
- Open protocol view in case of failed upload.Development
- Debug Mode
- Output debug messages to the console.Help us bring this project to the moon! Atom's rocket needs to get somewhere, right?