docker-unison icon indicating copy to clipboard operation
docker-unison copied to clipboard

Use -repeat watch option

Open konyu opened this issue 8 years ago • 1 comments

at README.md

You could combine it with fswatch to sync automatically when files change: $ fswatch -o . | xargs -n1 -I{} unison . socket://:5000/ -ignore 'Path .git' -auto -batch

Unison has "-repeat watch" option to sync automatically files. This option doesn't need fswatch.

konyu avatar Oct 21 '16 15:10 konyu

Works perfectly Thanks!

michaelfavia avatar Jan 04 '17 07:01 michaelfavia