Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI filters should in some cases override ignore files #265

Open
passcod opened this issue Mar 15, 2022 · 0 comments
Open

CLI filters should in some cases override ignore files #265

passcod opened this issue Mar 15, 2022 · 0 comments
Labels
improvement Making an existing feature better, rather than a new one

Comments

@passcod
Copy link
Member

passcod commented Mar 15, 2022

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, having this ignore file:

*.foo

and calling:

watchexec -f thisone.foo -- echo

The command should run iff thisone.foo is touched. However currently that will get rejected early by the ignore file filterer.

@passcod passcod added the improvement Making an existing feature better, rather than a new one label Mar 15, 2022
@passcod passcod added this to the Ignore handling issues milestone Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Making an existing feature better, rather than a new one
Projects
None yet
Development

No branches or pull requests

1 participant