Copy new or modified files using inotifywait and rsync.
This project is licensed under AGPL-3.0
apt-get install inotify-tools
apt-get install libnotify-bin # for visual feedback using notify-send
apt-get install espeak # for audio feedback
npm install -g inotify-rsync
inotify-sync <dirname> <rsync_destination> <inotifywait_options>
rsync -avz user@server:src/repo /src/
inotify-rsync /src/repo/ user@host:src/repo --recursive --exclude '/\.git.*' --exclude '\.swp.?$'
atom /src/repo
vi /src/repo/vi-or-die.txt