doubledown

Sync local changes to a remote directory in real-time

brewmacoslinux
Try with needOr install directly
Source

About

Sync local changes to a remote directory

Commands

doubledown

Examples

Sync current directory to remote server$ doubledown sync /local/path user@remote:/remote/path
Watch and continuously sync changes to remote$ doubledown watch /local/path user@remote:/remote/path
Sync with custom SSH key and exclude patterns$ doubledown sync -i ~/.ssh/custom_key -e '*.log,*.tmp' /local/path user@remote:/remote/path