Skip to content

Releases: guangie88/rs-filewatch-trigger

Catch SIGTERM also and don't print when signal handling

01 Oct 08:58
ceef88e
Compare
Choose a tag to compare

To prevent any undefined behaviour from happening

Handle SIGINT gracefully

01 Oct 06:35
29a38e8
Compare
Choose a tag to compare

Also change -p <path> to simply <path> as positional argument

Add error handling within loop

28 Aug 15:29
48c3c8b
Compare
Choose a tag to compare

Application should no longer die if there is error within the loop to handle file triggers, unless it's due to panic.

Trigger shell template command execution

28 Aug 08:58
1d0a4e3
Compare
Choose a tag to compare

Able to watch for file and directories via glob patterns, and trigger shell template command execution with substitution of "{path}" and "{event}".