We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all sorry, was not sure how to formulate issue title correctly, gonna try to explain issue bellow.
Came to zoxide after years of using autojump.
Simple example of issue:
Searching for docs is not matching with ~/Documents in either z or zi. Have to type exactly doc.
docs
~/Documents
z
zi
doc
The issue did not appear in autojump, and even fzf outputs result """correctly""".
autojump
fzf
The text was updated successfully, but these errors were encountered:
Same issue here :/. I have directories of different projects and we call them for their acronyms, so I would expect just referencing as that.
Example, lets said I have directories as:
as-soon-as-possible work-in-progress to-be-done
I would expect just this works:
$ z asap $ z wip $ z tbd
but it doesn't
Sorry, something went wrong.
I'm assuming this is related to #626.
No branches or pull requests
First of all sorry, was not sure how to formulate issue title correctly, gonna try to explain issue bellow.
Came to zoxide after years of using autojump.
Simple example of issue:
Searching for
docs
is not matching with~/Documents
in eitherz
orzi
. Have to type exactlydoc
.The issue did not appear in
autojump
, and evenfzf
outputs result """correctly""".The text was updated successfully, but these errors were encountered: