z
all
Tracks the most used (by frequency) directories and enables quickly navigating to them using string patterns or `regex`.
More info →Examples (7)
Go to a directory that contains `string` in the name
z stringGo to a directory that contains `string1` and then `string2`
z string1 string2Go to the highest-ranked directory matching `string`
z -r stringGo to the most recently accessed directory matching `string`
z -t stringList all directories in `z`'s database matching `string`
z -l stringRemove the current directory from `z`'s database
z -xRestrict matches to subdirectories of the current directory
z -c stringmade by @shridhargupta | data from tldr-pages