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

Regular expressions are not supported #55

Open
dan-gph opened this issue Apr 21, 2022 · 1 comment
Open

Regular expressions are not supported #55

dan-gph opened this issue Apr 21, 2022 · 1 comment

Comments

@dan-gph
Copy link

dan-gph commented Apr 21, 2022

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.

@badmotorfinger
Copy link
Owner

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:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants