Comment on Automatically running a command whenever a file is savedComments−mthomas15yI notice that you're using a polling thread keep track of modification times. I know that linux has inotify: http://github.com/seb-m/pyinotify and OsX has something similar with FSEvents: http://pypi.python.org/pypi/MacFSEvents
Comments
I notice that you're using a polling thread keep track of modification times. I know that linux has inotify: http://github.com/seb-m/pyinotify and OsX has something similar with FSEvents: http://pypi.python.org/pypi/MacFSEvents