Commit Graph

6 Commits

Author SHA1 Message Date
David Coppit
7ed3d92e8b New implementation using Python and "watchdog"
This version collects the events in a separate thread, and doesn't gobble up events. So hopefully it's more robust, in
addition to being easier to read.

One downside of using the "watchdog" module is that it only exposes file/dir modification events. So if I ever want to
keep track of opened files, I'll have to call inotifywait again.
2017-04-01 23:23:05 -04:00
David Coppit
0fc87b7b80 Improve the format of the timestamp 2017-04-01 22:40:11 -04:00
David Coppit
149c82a063 Cleanup and dxcumentation for new file ownership feature. 2015-06-24 12:45:44 -04:00
David Coppit
892e9574ec Fix syntax errors 2015-06-24 06:39:54 -04:00
David Coppit
5bebbfad91 Change the container to be a general inotify container. 2015-06-24 00:15:38 -04:00
David Coppit
230abbb5c4 Initial version 2015-06-23 21:53:08 -04:00