badmotorfinger / z

Save time typing out directory paths in PowerShell by jumping around instead.
The Unlicense
434 stars 33 forks source link

only file name being searched currently #58

Open clor09 opened 2 years ago

clor09 commented 2 years ago

i'm not sure this is just by design, but the following situations, z not works very well: history dirs: a\b\c d\c

$ z b\c # this wont match anything, but may it much better if z take me to a\b\c. $ z b/c # and also this

i fixed this in #57, hope this help