srid/unionmount

Add functions to monitor a single file

Open

#2 opened on Jul 4, 2022

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

Repository metrics

Stars
 (12 stars)
PR merge metrics
 (PR metrics pending)

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