https://github.com/sersoft-gmbh/swift-inotify
A Swift wrapper around inotify on Linux
https://github.com/sersoft-gmbh/swift-inotify
inotify swift
Last synced: 2 months ago
JSON representation
A Swift wrapper around inotify on Linux
- Host: GitHub
- URL: https://github.com/sersoft-gmbh/swift-inotify
- Owner: sersoft-gmbh
- License: apache-2.0
- Created: 2021-05-26T09:21:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T05:59:19.000Z (2 months ago)
- Last Synced: 2025-07-25T10:58:29.120Z (2 months ago)
- Topics: inotify, swift
- Language: Swift
- Homepage: https://sersoft-gmbh.github.io/swift-inotify/
- Size: 1.07 MB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Inotify
[](https://github.com/sersoft-gmbh/swift-inotify/releases/latest)

[](https://sersoft-gmbh.github.io/swift-inotify)A Swift wrapper around `inotify` on Linux.
## Documentation
The API is documented using header doc. If you prefer to view the documentation as a webpage, there is an [online version](https://sersoft-gmbh.github.io/swift-inotify) available for you.
## Contributing
If you find a bug / like to see a new feature there are a few ways of helping out:
- If you can fix the bug / implement the feature yourself please do and open a PR.
- If you know how to code (which you probably do), please add a (failing) test and open a PR. We'll try to get your test green ASAP.
- If you can do neither, then open an issue. While this might be the easiest way, it will likely take the longest for the bug to be fixed / feature to be implemented.## License
See [LICENSE](./LICENSE) file.