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
when I z nvim it puts me in nvim-data\ which is fine.
z nvim
nvim-data\
PS C:\Users\~~~\Desktop> z nvim PS C:\Users\~~~\AppData\Local\nvim-data>
so I try to specify, go to the directory whose full name is nvim\ , with no characters after that.
nvim\
PS C:\Users\~~~\Desktop> z nvim\ zoxide: no match found
but, no match found. (I know both nvim\ and nvim-data\ are in my zoxide database)
The text was updated successfully, but these errors were encountered:
I'd be happy to add code to make this true if that's a reasonable thing to do
Sorry, something went wrong.
imo it should definitely accept trailing slash as a pattern since many different shell completions append it after the directory
/
No branches or pull requests
when I
z nvim
it puts me innvim-data\
which is fine.so I try to specify, go to the directory whose full name is
nvim\
, with no characters after that.but, no match found. (I know both
nvim\
andnvim-data\
are in my zoxide database)The text was updated successfully, but these errors were encountered: