wendy

inotify based node watcher
git clone git://git.2f30.org/wendy
Log | Files | Refs | README | LICENSE

commit 0176b6dc43a8dfb6682c3a76634e7b78e8354ed6
parent 143131288cbe6d8602ab925392a5b7537a026d85
Author: Willy Goiffon <dev@z3bra.org>
Date:   Thu, 12 Mar 2020 19:36:13 +0100

Document -a flag in manpage

Diffstat:
Mwendy.1 | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/wendy.1 b/wendy.1 @@ -6,7 +6,7 @@ .Nd inotify based event watcher .Sh SYNOPSIS .Nm wendy -.Op Fl drv +.Op Fl adrv .Op Fl m Ar mask .Op Fl w Ar inode .Op command Op Ar args... @@ -16,6 +16,9 @@ watches for events in a directory or its files and executes .Ar cmd when an inotify event is triggered. .Bl -tag -width Ds +.It Fl a +Hidden mode. Entries whose name start with a . will be listed and trigger +an event. .It Fl d Directory mode. Only directories will be watched, while regular files will be skipped (even if explicitely set with -w). See IN_ONLYDIR