13 releases

0.3.4 May 27, 2024
0.3.3 Apr 19, 2023
0.3.2 Oct 3, 2022
0.3.0 Mar 8, 2022
0.1.0 Oct 31, 2018

#26 in macOS and iOS APIs

Download history 25/week @ 2024-03-29 1/week @ 2024-04-05 54/week @ 2024-04-12 160/week @ 2024-05-24 21/week @ 2024-05-31 4/week @ 2024-06-07

760 downloads per month

MIT license

23KB
559 lines

unison-fsmonitor

Github Actions Status

Why

unison doesn't include unison-fsmonitor for macOS, thus -repeat watch option doesn't work out of the box. This utility fills the gap. This implementation was originally made for macOS but shall work on other platforms as well like Linux, Windows.

Install

brew install autozimu/homebrew-formulas/unison-fsmonitor

Alternatively if you have cargo installed,

cargo install unison-fsmonitor

Usage

Simply run unison with -repeat watch as argument or repeat=watch in config file.

File watch limits

You might need to update file watch limits in both hosts if watching limit reached. See https://facebook.github.io/watchman/docs/install#system-specific-preparation for more details.

Debug

RUST_LOG=debug unison

References

Dependencies

~6–15MB
~191K SLoC