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

https://github.com/znerol/mdnotify

Watches a directory recursively and invokes the given command whenever a change is detected
https://github.com/znerol/mdnotify

Last synced: 8 months ago
JSON representation

Watches a directory recursively and invokes the given command whenever a change is detected

Awesome Lists containing this project

README

          

# mdnotify

Watches a directory recursively and invokes the given command whenever a change is detected.

## Usage

```
mdnotify --help
OVERVIEW: Watches a directory recursively.

Runs forever, or until mdnotify is terminated. Whenever a filesystem object is
changed at any level inside the watched directory tree, the given command is
invoked.

USAGE: mdnotify [--interval ] [ ...]

ARGUMENTS:
The directory to watch.
The command to execute. (default: echo )

OPTIONS:
-i, --interval
The interval at which a change notification occurs in
seconds. (default: 1.0)
-h, --help Show help information.

```

## License

GNU General Public License v3.0 or later