TextMate Remote Sync Bundle
This TextMate bundle will let
you keep a directory on a remote server in sync with your local work
directory.
All you have to do, is these three things:
- Install the bundle in TextMate
- Add your ssh public key1 to
~/.ssh/authorized_keyson the remote server you wish to copy your files to (This key must be without a password, as we need to be able to copy our files without entering a password - a better way to do this is by using ssh-agent, as this will let you keep your password on your key) - Configure bundle settings for your project
Please note that it only works within projects, and you need to
have an open document to be able to access the bundle commands2.
-
For more info on setting up your ssh keys please refer to this nice guide on github.com.↩
-
This is true for all TextMate bundles↩