sharkdp / trigger

Run a user-defined command on file changes
MIT License
183 stars 9 forks source link

Consider supporting fswatch #3

Open sharkdp opened 7 years ago

sharkdp commented 7 years ago

We could probably support both inotifywait and fswatch as an alternative backend http://emcrisostomo.github.io/fswatch/

sharkdp commented 5 years ago

Closing this in trying to clean my long list of open tickets. Feel free to comment here if you think that this is still relevant, so that the ticket can be reopened.

ChrisPenner commented 4 years ago

I'd definitely use this with fswatch!

I need this sort of thing often on my Mac, and I find entr pretty annoying to work with since I need to figure out the exact right way to feed files via stdin.

Really enjoy your other tools, specifically fd, bat and diskus, thanks for all you do! 👍

sharkdp commented 4 years ago

Thank you for your feedback!

I'm probably not going to work on this myself, but I'm happy to integrate fswatch support, if someone wants to work on this :+1:

ChrisPenner commented 4 years ago

Implemented in https://github.com/sharkdp/trigger/pull/6