https://github.com/composewell/streamly-fsevents
https://github.com/composewell/streamly-fsevents
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/composewell/streamly-fsevents
- Owner: composewell
- License: other
- Created: 2024-10-17T08:43:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-18T11:12:45.000Z (2 months ago)
- Last Synced: 2026-04-18T13:13:49.639Z (2 months ago)
- Language: Haskell
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# File System Event Notification (fsnotify)
A **portable, robust, and stream-based file system event notification API** for
**Linux, macOS, and Windows**. This library provides a streaming alternative to
the [`fsnotify`](https://github.com/fsnotify/fsnotify) package.
The portable module in this package offers a consistent, cross-platform,
common denominator API across all supported systems whereas
platform-specific modules expose more extensive APIs that allow you to
make full use of each operating system’s native capabilities.
## Contributing
We welcome contributions of all kinds, bug reports, feature requests, and pull
requests. If you’d like to get involved, please open an issue or start a
discussion.
## Getting Support
* 💬 Join our [community chat](https://gitter.im/composewell/streamly).
* 📧 For dedicated support and feature requests, contact us at [support@composewell.com](mailto:support@composewell.com).