vors / ZLocation

ZLocation is the new Jump-Location
MIT License
567 stars 29 forks source link

[Feature Request] z partial/path/to/dir? #113

Closed tgeng closed 1 year ago

tgeng commented 3 years ago

Is it possible to make z accept partial path like a/b/c in addition to c? Sometimes I have multiple directories called c under different places and supporting prefixing with a partial path would be nice.

vors commented 3 years ago

I think it may already work this way. If not, then try replacing / by spaces: ‘z a b c’. That should work for sure.