z
Tracks the most used (by frecency) directories and enables quickly navigating to them using string patterns or regular expressions.
- Go to a directory that contains "foo" in the name:
z {foo}
- Go to a directory that contains "foo" and then "bar":
z {foo} {bar}
- Go to the highest-ranked directory matching "foo":
z -r {foo}
- Go to the most recently accessed directory matching "foo":
z -t {foo}
- List all directories in `z`'s database matching "foo":
z -l {foo}
- Remove the current directory from `z`'s database:
z -x .
- Restrict matches to subdirectories of the current directory:
z -c {foo}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).