Félix Saparelli
Félix Saparelli
You can install watchexec from source from https://github.com/watchexec/watchexec/pull/699 it's essentially done, I just need to finish writing cross platform tests. That has the json-event-stream mode.
Oh, very true. In any case, I plan on releasing 1.24.0 in the next half hour.
> The input doesn't work at all if I leave out --no-process-group, which from what I understand is the expected behavior. That's correct --- Thanks for the detailed report! I've...
I'm also working on a tool called `super` which does the process supervision bit separate from watchexec, so if you still want the process supervision aspects but without the inversion...
Watchexec 2.0.0 has `--wrap-process=session`, which may help. I've also done the background work laying the path for proper PTY support, which first needs to land in https://github.com/watchexec/process-wrap and then can...
Haven't had time. Would welcome a PR implementing it.
Try `**/target/**`
> typing watchexec produces nothing. well, i'm gonna need a log file for that
cool, still need a logfile (at debug or trace level)
Hmm. I wonder if something changed out from under me and isn't respecting windows paths anymore. Does it change if you do e.g. `**node_modules**`