Skip to content

Automatically running a command whenever a file is saved

lenni.info
7 pointslenni4 comments
On HN

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

I quite like http://search.cpan.org/~drolsky/File-ChangeNotify-0.17/lib/F... for perl. It's cross-platform (backends for linux, OSX/BSD and Win32 afaik), and is very straightforward to use.

Oh great, I looked around but haven't found anything like it.

Sounds like incron. Which is just a cron-like interface for inotify.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.