Install inotify-hookable by entering the following commands in the terminal:
sudo apt update sudo apt install inotify-hookable
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'
Homepage: http://search.cpan.org/dist/App-Inotify-Hookable/
Version: 0.09-1
Section: universe/perl