inotify-tools is a set of UNIX utilities to work with Linux's inotify framework. Some of my interesting recipes:
Toggle line numbers
1 # Print parent directory only
2 inotifywait -mrq --format '%w' --exclude '.*\.swp.*' -e close_write -e delete -e create directory-to-watch