Skip to content

Commit a4c5b36

Browse files
committed
docs(todo): 📝 Update todo watchexec
1 parent 923d1e8 commit a4c5b36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

59_monitor_folder/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Demonstrate how to monitor a folder for changes using `inotify` or `watchman`.
44

5+
TODO:
6+
7+
* add watchexec example
8+
59
## Reason
610

711
It's a common requirement that a process needs to monitor the output of another process via the filesystem. File notification systems are generally OS specific.
@@ -14,3 +18,6 @@ It's a common requirement that a process needs to monitor the output of another
1418
(./watchman/README.md)
1519

1620
## Resources
21+
22+
* watchexec [here](https://github.com/watchexec/watchexec)
23+

0 commit comments

Comments
 (0)