Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A Swift wrapper around inotify on Linux

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.