Hacker News new | ask | show | jobs
by binaryapparatus 2727 days ago
Huge additional plus, entr does not rely exclusively on inotify, it is also 'BSD kqueue wrapper. It is the only command line utility that I found that allows cross platform (linux/BSD) scripting with file system events.

I have few scripts that rely on entr and I am always sure they are OS agnostic.

1 comments

Then take a look at fswatch! (See sibling comment)