slap-editor / slap

Sublime-like terminal-based text editor
MIT License
6.14k stars 217 forks source link

Implement automatic file sync on save. #144

Open OtterCode opened 9 years ago

OtterCode commented 9 years ago

Something to push files to a remote server via ssh would be very helpful. I do most of my work remotely, and the SFTP plugin for Sublime is invaluable, but I would prefer to work on my machine and push documents when I save. Some sort of rsync integration comes to mind.

dbkaplun commented 8 years ago

@Xheotris have you considered sshfs (or some other FUSE-like plugin)? That way you can open and save remote documents with any application as if they were regular files.