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

https://github.com/v2e4lisp/wch

use kqueue to watch files change
https://github.com/v2e4lisp/wch

Last synced: 8 days ago
JSON representation

use kqueue to watch files change

Awesome Lists containing this project

README

          

# watch file change

```
Usage: ./wch [-01wW] [-d dir] [-x exclude] command

Options:
-h Show this help message
-1 Run the command only once even if mulitple events occured at the same time. DEFAULT
-0 Disalbe -1
-w Wait for the last command to exit. DEFAULT.
-W Do not wait the last command.
-d=dir Watch dir. DEFAULT is the current directory.
-x=paths Files and directories to ignore. You can specify multiple paths.
```