You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
In the Bash version of z, you can match using regular expressions, so for instance
z c.t
would match oncat
andcot
. 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.The text was updated successfully, but these errors were encountered: