←back to thread

7 points smoqadam | 2 comments | | HN request time: 0s | source
Show context
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 #
1. 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 #
2. kseistrup ◴[] No.45222945[source]
Sweet, thanks!