septum icon indicating copy to clipboard operation
septum copied to clipboard

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

Open onox opened this issue 3 years ago • 0 comments

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 #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 avatar Jan 02 '22 18:01 onox