Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Willow – a configurable file watcher and rule‑based file manager
(
github.com
)
8 points
by
smoqadam
273 days ago
1 comments
kseistrup
272 days ago
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?
link
smoqadam
272 days ago
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
link
kseistrup
272 days ago
Sweet, thanks!
link
On Linux, what does it use for watching? Inotify?