watchexec
watchexec copied to clipboard
Executes commands in response to file modifications
> `tempdir` crate has been deprecated; use `tempfile` instead | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `tempdir` | | Version...
Watchexec's version 1.18.4 on arch linux In 1.17.x the same command as below (except for the --print-events) allowed rebar3 to run at least once, then watchexec only run it again...
Hi, I am currently running watchexec 1.18.4 on ubuntu 20.04. I use pytest, which makes changes to /.pytest_cache/. I am ignoring this in .gitignore (`**pytest_cache**`), but this doesn't seem to...
Running `watchexec` version 1.18.0 through 1.18.2 prints out the following line hundreds of times when the subprogram modifies files. ``` [[cannot send event from fs watcher: no available capacity]] ```...
**Is your feature request related to a problem? Please describe.** I often want to see what files a process changes, and I run something like this and then run the...
**Is your feature request related to a problem? Please describe.** Using starship as my prompt it's nice that I have how long a command took printed out. If I use...
**Is your feature request related to a problem? Please describe.** I use `watchexec` with a program that handles unix signals for cleanup. `watchexec -r` doesn't seem to wait for the...
**Is your feature request related to a problem? Please describe.** We'd like to experiment with different native backends: - FSEvent (default) and Kqueue on Mac - Inotify (default) and Fanotify...
Sometimes there are so many events that we overflow the ENV. Omitting meta events is a workaround, but there's a more fundamental issue here. - Write events to a file...
See #264 for one situation. Attaching to #188 for categorising. This could be tricky to do correctly, but could pay off in ease of use. The exemplar situation is that,...