From 315c8d211702d6926bb48ab46628f54e10f6b18e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 7 Aug 2024 23:42:18 -0300 Subject: Feat: inotifier: comment on alternatives --- inotifier | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inotifier b/inotifier index 7c3c3be..c4d7098 100755 --- a/inotifier +++ b/inotifier @@ -2,6 +2,11 @@ # # Run commands when a folder content changes. # +# Alternatives: +# +# * https://github.com/quitesimpleorg/adhocify +# * https://tracker.debian.org/pkg/inotify-hookable +# * https://metacpan.org/dist/App-Inotify-Hookable # Parameters BASENAME="`basename $0`" -- cgit v1.2.3