zoxide
zoxide copied to clipboard
Unvisited directories not listed by query -l command
Hi, I am using zoxide to resolve directory paths to be used as input parameter for an applicaiton like vscode chrome or anything. The issue I have is that zoxide seems to only list visited directores. If I clone some git repo or create any directory but do not visit it, it will not be listed. I can for sure create some workaround in my script but I think it might be a good improvement to have it as a feature - thoughts on this?
It could also be useful to also support relative paths like ./foo
, absolute paths like /foo
, user paths like ~/foo
but that might be something for another issue.