MS-Painter / Folden

Cross platform PC application. System wide file watchers handling made simple.
MIT License
20 stars 3 forks source link

Event type specifying per event kind #50

Open MS-Painter opened 3 years ago

MS-Painter commented 3 years ago

Events are categorized with sub types such as CreateKind(Any), CreateKind(File), CreateKind(Other), ModifyKind(Any), ...

Allow to decide on which of these to accept at [event] workflow configuration for each type of accepted event:

[event]
handle_create = ["File"]
handle_modify = ["Any"]
naming_regex_match = ".*"