watchexec icon indicating copy to clipboard operation
watchexec copied to clipboard

Executes commands in response to file modifications

Results 141 watchexec issues
Sort by recently updated
recently updated
newest added

> `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...

bug
need repro
has workaround

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...

bug
has workaround

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]] ```...

bug
improvement

**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...

new feature

**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...

new feature

**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...

new feature
has workaround

**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...

new feature

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...

new feature
need info

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,...

improvement