Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Use -repeat watch option #17

Open
konyu opened this issue Oct 21, 2016 · 1 comment
Open

Use -repeat watch option #17

konyu opened this issue Oct 21, 2016 · 1 comment

Comments

@konyu
Copy link

konyu commented Oct 21, 2016

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.

@michaelfavia
Copy link

Works perfectly Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants