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

[Feature] Include/exclude searching in files whose name match some regex #38

Open
onox opened this issue Jan 2, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@onox
Copy link

onox commented Jan 2, 2022

Is your feature request related to a problem? Please describe.
It seems possible to only search in files that have a specific extension, but it's not possible to (exclude) search in files that start/contain a specific string or are in some specific folder.

Describe the solution you'd like

  • Be able to only/exclude search in files that start with some string or match some regex. For example, only search in files a-*.ads or exclude *_test.cu (like [Feature] Add filters for text in file names #13)
  • Be able to exclude files that are in some folder at an arbitrary depth. For example exclude files in ./**/test/ or ./**/examples/**/ (** here means a hierarchy of one or more folders)
@onox onox added the enhancement New feature or request label Jan 2, 2022
@onox onox closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2024
@pyjarrett pyjarrett reopened this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants