z icon indicating copy to clipboard operation
z copied to clipboard

Regular expressions are not supported

Open dan-gph opened this issue 3 years ago • 1 comments

In the Bash version of z, you can match using regular expressions, so for instance z c.t would match on cat and cot. This feature does not appear exist in the PowerShell z, or if it does exist, it doesn't work on my system with z 1.1.13. I simply get a "Not found" message when I try it.

dan-gph avatar Apr 21 '22 05:04 dan-gph

Yes, regular expressions were on my initial feature list when I developed this, however, I got lazy since standard directory lookups have served my needs up until this point.

Happy to accept a pull request for this feature:)

badmotorfinger avatar Apr 21 '22 11:04 badmotorfinger