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

https://github.com/cipherself/ino

A demonstration of the inotify API.
https://github.com/cipherself/ino

Last synced: 4 months ago
JSON representation

A demonstration of the inotify API.

Awesome Lists containing this project

README

          

# ino

To compile, run `make`. To run the resulting binary, run `./ino [ARG]` where `ARG` is a file or directory for inotify to watch.

There's a precompiled binary that you can run via `./ino [ARG]`.