You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
watcherd will look for directory changes (added and deleted directories) under the specified path (`-p`) and will execute specified commands or shell scripts (`-a`, `-d`) depending on the event.
4
6
Once all events have happened during one round (`-i`), a trigger command can be executed (`-t`).
5
7
Note, the trigger command will only be execute when at least one add or delete command has succeeded with exit code 0.
@@ -34,10 +36,10 @@ Required arguments:
34
36
-p <path> Path to directoy to watch for changes.
35
37
-a <cmd> Command to execute when a directory was added.
36
38
The full path of the new dir will be appended as an argument to
37
-
this command.
39
+
this command.
38
40
-d <cmd> Command to execute when a directory was deletd.
39
41
The full path of the new dir will be appended as an argument to
40
-
this command.
42
+
this command.
41
43
42
44
Optional arguments:
43
45
-t <cmd> Command to execute after all directories have been added or
0 commit comments