zoxide icon indicating copy to clipboard operation
zoxide copied to clipboard

Multidot navigation

Open Skiexx opened this issue 1 year ago • 3 comments

Add the ability to navigate using a group of dots each dot represents a new level after the second

Example: z .... => z ../../..

Skiexx avatar Jun 13 '24 12:06 Skiexx

Hello, this is already available if you use nushell: https://www.nushell.sh/book/moving_around.html#changing-the-current-directory

LoicRiegel avatar Mar 03 '25 08:03 LoicRiegel

Perhaps a more intuitive syntax like z ... and z ./.. being equivalent, then z .... being z ../.. should be available as well.

cD1rtX3 avatar May 11 '25 06:05 cD1rtX3

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.

asasine avatar May 14 '25 18:05 asasine