srid/unionmount

Add functions to monitor a single file

Open

#2 opened on Jul 4, 2022

 (1 comment) (0 reactions) (0 assignees)Haskell (3 forks)github user discovery
help wanted

Repository metrics

Stars
 (12 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Watching a directory is overkill and unnecessary when all you want to observe is a single file.

Challenge: fsnotify doesn't provide file-level monitoring, but maybe we can hook into the underlying low-level libraries.

Contributor guide