←back to thread

7 points smoqadam | 3 comments | | HN request time: 0.753s | source
1. kseistrup ◴[] No.45221194[source]
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?

replies(1): >>45222619 #
2. smoqadam ◴[] No.45222619[source]
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

replies(1): >>45222945 #
3. kseistrup ◴[] No.45222945[source]
Sweet, thanks!