Description
Provides a C library and command-line tools for Linux inotify. Inotify lets programs watch files and directories for changes such as creation, modification, deletion, and movement.
It is useful for automation, build tools, sync scripts, monitoring, tests, and reactive file workflows. Watch rules and commands should be designed carefully to avoid loops or excessive resource use.