sublime-rsync-ssh icon indicating copy to clipboard operation
sublime-rsync-ssh copied to clipboard

Keep remote directories in sync with local projects.

Results 13 sublime-rsync-ssh issues
Sort by recently updated
recently updated
newest added

I've seen the plugin crash today: ``` reloading python 3.3 plugin sublime-rsync-ssh.rsync_ssh Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime_plugin.py", line 308, in reload_plugin m = importlib.import_module(modulename) File "./python3.3/importlib/__init__.py", line...

This is an initial effort to get test coverage for the plugin. I'd like to get some feedback here and this could be merged if you like. To actually test...

I have the `remote_post_command` defined and set to `make` and the plugin sometimes fails to parse the output of my `make` command with the following exception: ``` Exception in thread...

There's error when check output of subprocess in Chinese language & Mac OS. ```shell Exception in thread Thread-33: Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File...

It would be useful to allow rsync back to the local directory on a hotkey or command. My current workflow allows me to edit locally, but all of the git...

enhancement

Hi, at first of all thanks for this awesome plugin for SublimeText :) Do you think there is a possibility to make syncing automatically? Just like `"auto_sync": true` in config...

With the last rsync update, from 3.2.3 to 3.2.4, the way arguments are processed has changed, which in result breaks this addon. You can read more about the changes here:...

Hi. Thank you for this great plugin. I started it using a lot on my work machine. At home though nothing happens after initialization - I set the correct host/path/user...

If you have enabled sync on save and save a file on the excludes list, or a file in a folder on the excludes list, it is synced by sync...

Hi. Everything was working properly on linux. Now on Windows I get this errors: Here's the full console output on a fresh run: ``` Traceback (most recent call last): File...

help-wanted