logoalt Hacker News

vayliantoday at 11:10 AM0 repliesview on HN

> Just watching filesystem for file changes

This is non-trivial, if you want to do it efficiently. On Linux you can set up an inotify listener for individual files, but not for entire directories. This also breaks down if you are working with data on non-local drives.