From fe7f6a0cc0dbcef41ba12100a963fe365dc76566 Mon Sep 17 00:00:00 2001 From: Albert S Date: Sat, 27 Apr 2019 22:44:50 +0200 Subject: [PATCH] README: reference inotify-tools --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 78967f6..46cc0b0 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,8 @@ find . -type d | adhocify -s /home/user/myscript.sh * Starts monitoring every subdirectory of the current path for IN\_CLOSE\_WRITE events. However, inotify has limits, thus it may not always work, e. g. when inotify descriptors are being used by other programs or the tree is too large. Therefore adhocify will exit if it cannot setup a watch for all supplied directories. See inotify(7), /proc/sys/fs/inotify/. + +Other tools +=========== +If adhocify does not suit your needs, take a look at: + * inotify-tools: https://github.com/rvoicilas/inotify-tools/wiki