Remix.run Logo
Show HN: Willow – a configurable file watcher and rule‑based file manager(github.com)
6 points by smoqadam a day ago | 3 comments
kseistrup 8 hours ago | parent [-]

As one who is currently using `incrond` for the watch and act combo, this looks interesting.

On Linux, what does it use for watching? Inotify?

smoqadam 6 hours ago | parent [-]

I wasn't aware of incrond, thanks for sharing. Yes, I'm using 'notify [1]' package in Rust which uses 'inotify' on Linux.

[1] https://crates.io/crates/notify

kseistrup 5 hours ago | parent [-]

Sweet, thanks!