query the database for an absolute path #1049
-
Hi, I was trying to sort some paths by their score in zoxide, but ran into an issue when trying to get the path's score from zoxide. I found |
Beta Was this translation helpful? Give feedback.
Answered by
ajeetdsouza
May 7, 2025
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sadan4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zoxide query --list
already gives you a list of paths sorted in descending order of scores. Is there anything particular you are trying to do?