Félix Saparelli

Results 581 comments of Félix Saparelli

Negative ignores are now supported in .ignore (and .gitignore, etc) files. They're not supported in `-f` or `-i` options _yet_, but are supported in the experimental "tagged" filterer (see the...

This is implemented library-side, just needs a CLI option

Due to notify, will go away when that's upgraded (to v5???) ``` net2 v0.2.37 └── mio v0.6.23 ├── mio-extras v2.0.6 │ └── notify v4.0.15 │ └── watchexec v1.15.0 (/home/code/rust/watchexec) └──...

This is technically possible in the library 2.0 as of now; whether it makes sense to add a cli option for it is another story.

Thinking about this today: there should also be a key to **pause** running the command on changes. Unsure yet if it should be unpaused on the same key only or...

You're probably running into this? https://github.com/watchexec/watchexec/issues/179

As _well_ as running into #188, because your `-f` filter pattern probably should be like `**/filename.ext` due to how the globbing works currently. In any case we should be supporting...

Reclassifying as I don't think it's as much of a change now as it was four years ago, and could be done even without a breaking change.