zoxide
zoxide copied to clipboard
Multidot navigation
Add the ability to navigate using a group of dots each dot represents a new level after the second
Example:
z .... => z ../../..
Hello, this is already available if you use nushell: https://www.nushell.sh/book/moving_around.html#changing-the-current-directory
Perhaps a more intuitive syntax like z ... and z ./.. being equivalent, then z .... being z ../.. should be available as well.
I, personally, find z ... => z ./.. less intuitive than z ../..
.. already has a meaning, so any change would be building on existing intuition there. Each additional . corresponding to an additional level is the most intuitive approach for me. This also aligns with nushell's implementation.