Source: inotify-hookable Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libclass-inspector-perl , libdata-bitmask-perl , liblinux-inotify2-perl , liblist-moreutils-perl , libmoose-perl , libmoosex-getopt-perl , libmoosex-types-perl , libtry-tiny-perl Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/inotify-hookable Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/inotify-hookable.git Homepage: https://metacpan.org/release/App-Inotify-Hookable Rules-Requires-Root: no Package: inotify-hookable Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-inspector-perl, libdata-bitmask-perl, liblinux-inotify2-perl, liblist-moreutils-perl, libmoose-perl, libmoosex-getopt-perl, libmoosex-types-perl, libtry-tiny-perl Description: blocking command-line interface to inotify inotify-hookable is a program that monitor files with Linux inotify. This program accepts options to specify the files to be monitored and the command to run when a file has changed (based in kernel inotify) . inotify-hookable main advantage over inotifywait are: - command to run after watch can be specified with an option - emacs and vi backup files are ignored by default . Example: . inotify-hookable -f foo.c -c 'gcc -o foo foo.c'