-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Go directly to exact match instead of subdirectory #296
Comments
Yes, that would be helpful |
🔥 Very useful improvement on directory matching logic. I have the same problem and it's better a flag indicates if users need to match the exact directory if matched in the ranked list. |
I guess I have the same issue: /git/tepe $ cd ../tep Isn't this the whole point of the program? |
The Readme even says the following, which I would assume means that it should match the shortest /home/user/Downloads/ in your example.
|
I'm working on a separate z implementation that fixes this issue |
I find the following to not work as I would expect:
In the second command I intended to go to the Downloads directory.
I personally think it should have gone to Downloads since it's specifically using that name directly, instead of going to a subdirectory.
The text was updated successfully, but these errors were encountered: