https://github.com/georgefst/streamly-fsnotify
File system watching as Streamly streams.
https://github.com/georgefst/streamly-fsnotify
inotify streamly
Last synced: about 1 year ago
JSON representation
File system watching as Streamly streams.
- Host: GitHub
- URL: https://github.com/georgefst/streamly-fsnotify
- Owner: georgefst
- License: bsd-3-clause
- Created: 2020-05-26T23:13:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T11:12:25.000Z (over 1 year ago)
- Last Synced: 2025-04-30T05:43:26.670Z (about 1 year ago)
- Topics: inotify, streamly
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/streamly-fsnotify
- Size: 57.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This library provides a higher-level, stream-based API for [`fsnotify`](https://hackage.haskell.org/package/fsnotify). It should work anywhere both `streamly` and `fsnotify` do. Note that there's no need for your project to register a dependency on `fsnotify` directly, since we re-export the two types you'll need. You will however need to depend on `streamly` in order to get anything done.