▲ | neobrain 4 days ago | |||||||||||||||||||||||||
Adding to the other answer: You can also pass multiple keywords to zoxide and they are expected to match in order. So in your example, `z foo src` would reliably cd into `~src/foo/bar/src` even if `src/foo` has a higher visit frequency. | ||||||||||||||||||||||||||
▲ | bjackman 4 days ago | parent [-] | |||||||||||||||||||||||||
Ok what about when I have this ~/src/linux/linux ~/src/linux/stable And I want to go to the first one? It doesn't have a unique sequence of keywords in it :/ Unless it recognises that if I type "z lin lin" I want the one where it appears twice? I'm beginning to think my directory structure might just be toxic haha | ||||||||||||||||||||||||||
|