Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgefst/streamly-fsnotify
File system watching as Streamly streams.
https://github.com/georgefst/streamly-fsnotify
inotify streamly
Last synced: about 2 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T23:34:03.000Z (3 months ago)
- Last Synced: 2024-10-17T09:44:50.078Z (3 months ago)
- Topics: inotify, streamly
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/streamly-fsnotify
- Size: 58.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.