Is there any way to pin the directory to certain search? #968
Unanswered
dmtrKovalenko
asked this question in
Q&A
Replies: 1 comment
|
zoxide has no pin. Bump the score by hand instead: zoxide edit increment ~/projects/long-name > /dev/nullEach run adds 1 to the rank and resets the timestamp (the redirect hides the database dump it prints for fzf). Run it a few times, check with If you want it fixed for good, an alias is closer to what |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I used https://github.com/gsamokovarov/jump for a while and it has a feature of pinning the directory to the certain query. So I can always do the
j land go to the specific folder.is there anything like that available with zoxide? Couldn't find anything
All reactions