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
I've looked across all the issues and docs and couldn't find anything like this out of the box.
I think it would be great if we could use zoxide to find the best match within the current directory with the syntax: (Or something similar if this could break backwards compat)
z . some keywords
This can be achieved today with
z `pwd` some keywords
But this feels like something that could be built in.
I'd be happy to take a crack at implementing this if it's something that would fit the project, but I didn't want to rudely submit a PR for a feature no one wanted. No worries if this is out of scope for this project. Thanks for considering and thanks for a great tool that I use every day.
The text was updated successfully, but these errors were encountered:
Uh, yeah 😆 not sure how I missed that. Looks like it's been open for a good while though. I'll take a look and see if I can contribute to the PR. Thanks
Hi there,
I've looked across all the issues and docs and couldn't find anything like this out of the box.
I think it would be great if we could use zoxide to find the best match within the current directory with the syntax: (Or something similar if this could break backwards compat)
z . some keywords
This can be achieved today with
z `pwd` some keywords
But this feels like something that could be built in.
I'd be happy to take a crack at implementing this if it's something that would fit the project, but I didn't want to rudely submit a PR for a feature no one wanted. No worries if this is out of scope for this project. Thanks for considering and thanks for a great tool that I use every day.
The text was updated successfully, but these errors were encountered: