Source: inotify-hookable Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper (>= 9) 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: 3.9.7 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/inotify-hookable.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/inotify-hookable.git Homepage: http://search.cpan.org/dist/App-Inotify-Hookable/ 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'