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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ watcherd will look for directory changes (added and deleted directories) under t
6
6
Once all events have happened during one round (`-i`), a trigger command can be executed (`-t`).
7
7
Note, the trigger command will only be execute when at least one add or delete command has succeeded with exit code 0.
8
8
9
+
---
10
+
11
+
If you need the same functionality to monitor changes of listening ports, check out **[watcherp](https://github.com/devilbox/watcherp)**.
12
+
13
+
---
14
+
9
15
### Modes
10
16
11
17
watcherd can either use the native [inotifywait](https://linux.die.net/man/1/inotifywait) implementation or if this is not available on your system use a custom bash implementation. The default is to use bash.
0 commit comments