Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T07:41:10.000Z (24 days ago)
- Last Synced: 2024-10-21T10:46:15.988Z (23 days ago)
- Topics: inotify, swift
- Language: Swift
- Homepage: https://sersoft-gmbh.github.io/swift-inotify/
- Size: 1.37 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Inotify
[![GitHub release](https://img.shields.io/github/release/sersoft-gmbh/swift-inotify.svg?style=flat)](https://github.com/sersoft-gmbh/swift-inotify/releases/latest)
![Tests](https://github.com/sersoft-gmbh/swift-inotify/workflows/Tests/badge.svg)
[![Docs](https://img.shields.io/badge/-documentation-informational)](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.