SublimeFileSync
SublimeFileSync copied to clipboard
Implement asynchronous copying
Syncing a folder blocks the application. Is it possible to use a separate thread for copying files?
I know there is a "on_post_save_async" event in the ST3 API, but this probably won't help with copying a directory tree...