update readme

This commit is contained in:
Robin Appelman 2019-05-16 13:09:13 +02:00
commit e8d0383762

View file

@ -19,10 +19,6 @@ notify-redis /path/to/watch redis://localhost list_name
``` ```
The recorded filesystem events will be pushed to the configured list. The recorded filesystem events will be pushed to the configured list.
The events are encoded in the following ways Details about how events are encoded can be found [here](https://github.com/icewind1991/nc-fs-events/)
- `write|$path`
- `remame|$from|$to`
- `remove|$path`
Filesystem events are debounced and merge where applicable (e.g. `touch foo.txt`, `mv foo.txt bar.txt` will result in one write event for `bar.txt`) Filesystem events are debounced and merge where applicable (e.g. `touch foo.txt`, `mv foo.txt bar.txt` will result in one write event for `bar.txt`)