1
1
mirror of https://github.com/srid/ema.git synced 2024-12-01 15:13:36 +03:00
ema/docs/topics/unionmount.md
Sridhar Ratnakumar e465275c19 docs: Write topics
2022-08-06 12:15:42 -04:00

543 B

unionmount

unionmount is a Haskell library that wraps fsnotify to provide a dynamic-friendly API to listen on filesystem changes and update an in-memory model. The library interface is such that you can "mount" multiple directories (union'ing them in the process), and have it update the model when files on any of those directories change.

Emanote uses it to monitor Markdown files (and other files) in its layers.