watchy 0.1.2

Watch a set of files for changes and run a command on change.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# watchy 🐋

Watch files and runs a command on file change with the file path passed as an argument.

## Usage

```
watchy --watch ./foo.txt --then bar.sh
```

When `./foo.txt` changes watchy will execute `bar.sh ./foo.txt`.

## Notes

We use IN\_ONESHOT because some programs update by moving.