- Run
zoxide query -i
- Either press
Escape
or select any option on the list with Enter
After the second step, zoxide will sometimes freeze for several seconds (sometimes even 10+ seconds) before continuing with the desired action.
I cannot reproduce this reliably (it happens occasionally), but chance of happening immediately after PC has been left idle for a while, is higher, which makes me think it has something to do with caching - I have several networked rclone
folders mounted and a HDD that presumably spins down and has large access latency, so my guess is that zoxide might try to perform some blocking IO on them before closing?
This is with the zoxide 0.9.7
. Any tips on how to diagnose this further?
Thanks.