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

https://github.com/arstgit/noti

Monitor a directory and execute a command.
https://github.com/arstgit/noti

epoll inotify nftw

Last synced: 3 months ago
JSON representation

Monitor a directory and execute a command.

Awesome Lists containing this project

README

        

# noti

Monitor a dir and execute a command when changes happened in that. `Linux only`.

## Compile & Install

```
$ make && make install
```

## Usage

```
$ noti /example-dir example-command example-arg
```