Skip to content
spacefreak86 edited this page Sep 4, 2022 · 16 revisions

Short Examples

Directly browse all these examples files from Pyinotify's repository.

Third parties examples / projects

  • react, Alexander Bernauer's command line tool for inotify. Used for example to trigger execution of test suites when source files change.
  • spotter, another command line tool for running arbitrary commands when files change.
  • doit, a build-tool with built-in support for Pyinotify.
  • pyinotifyd, A daemon for monitoring filesystem events with inotify on Linux and execute tasks (Python methods or Shell commands) with an optional delay.
  • watchit, a command line tool for waiting for files to get modified, with optional support for basic polling.

If you wrote a short, self-contained example / project using Pyinotify and you want to share it, please edit this section or drop me a mail and I will include it here.