Expand description
Notify - Notify trigger
Cross-platform monitoring for a directory to process based on file events
§Example
triggers:
my_notify:
type: notify
paths:
- "/path/to/monitor"
or
triggers:
my_notify:
type: notify
paths:
- "/downloads"
recursive: false
rewrite:
from: "/downloads"
to: "/media"
timer:
wait: 30
excludes: [ "ignored_target" ]
See Notify for all options