-
Notifications
You must be signed in to change notification settings - Fork 480
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
Misbehavior if zoxide
history length <= 2
#1819
Comments
This is by design - Zoxide cannot trigger the interactive selector when there's only one history entry, which is a limitation of Since Yazi passes
|
Hmm. On my linux machine zoxide has no problems if only one entry is in the history. It shows it perfectly in interaction with |
Oh, they fixed it in But I can still reproduce it in Considering some users might still be using an older version of |
Yes, but that doesn't change the fact that we still need more than 2 (>= 3) history entries, if one of them is cwd itself, to open the interactive selector. It just shifts the workload Yazi is doing over to |
I dug into it and found that |
Please try #1822 |
I can't reproduce it. Are you sure you renamed/deleted the screenshot-002080.mp4What's your zoxide version? Could you try debugging |
I rechecked the new nightly build and it is working now. Maybe I did something wrong before. |
I'm going to lock this issue because it has been closed for 30 days. ⏳ |
What system are you running Yazi on?
Linux X11
What terminal are you running Yazi in?
kitty
yazi --debug
outputDid you try the latest nightly build to see if the problem got fixed?
No, and I'll explain why below
Describe the bug
If only one entry is in
zoxide
history, Yazi shows the message:No directory history in the database, check out the zoxide docs to set it up
. Even if are two entries in the history, but one of it is the current working directory, the message appears.I except that the history is show as soon as there is at least one entry in the history, also if the entry is the current working directory.
Unfortunately I had no possibility to try nightly build.
Minimal reproducer
z
Anything else?
No response
The text was updated successfully, but these errors were encountered: