MCPcopy Index your code
hub / github.com/autozimu/unison-fsmonitor

github.com/autozimu/unison-fsmonitor @v0.3.9

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.3.9 ↗ · + Follow
33 symbols 73 edges 1 files 1 documented · 3%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 15
Method 13
Class 3
Enum 1
Interface 1

Languages

Rust100%

Modules by API surface

src/main.rs33 symbols

For agents

$ claude mcp add unison-fsmonitor \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page