Show HN: Fsev – OS X file event watcher under 50 lines
1–4 of 4 posts
Re: Show HN: Fsev – OS X file event watcher under 50 lines
#2Re: Show HN: Fsev – OS X file event watcher under 50 lines
#3Hello, author here to bring a quick note. I've been using a file event command triggerer "when-changed" (requires watchdog) since long time for my dev environment. As I mostly use macos for development, I wanted to see if a solution would exist without any installations. Turns out, macos already supports file events using launchd ( https://stackoverflow.com/a/1516034 ). I've written a simple Python script to wrap aro…
Re: Show HN: Fsev – OS X file event watcher under 50 lines
#4Hello, author here to bring a quick note. I've been using a file event command triggerer "when-changed" (requires watchdog) since long time for my dev environment. As I mostly use macos for development, I wanted to see if a solution would exist without any installations. Turns out, macos already supports file events using launchd ( https://stackoverflow.com/a/1516034 ). I've written a simple Python script to wrap aro…
Great job! Farewell to https://github.com/joh/when-changed and https://pythonhosted.org/watchdog/