mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 08:35:27 +02:00

* zstd: add link to homepage * zsh: add link to homepage * zopflipng: add link to homepage * zbarimg: add link to homepage * z: add link to homepage * yesod: add link to homepage * xsv: add link to homepage * xo: add link to homepage * xcv: add link to homepage * wuzz: add link to homepage * wordgrinder: add link to homepage * wget: add link to homepage * webtorrent: add link to homepage * webpack: add link to homepage * wat2wasm: add link to homepage * w3m: add link to homepage * vue: add link to homepage * vsce: add link to homepage * virtualboxvm: add link to homepage * vim: add link to homepage * vegeta: add link to homepage * vault: add link to homepage * valgrind: add link to homepage * vagrant: add link to homepage * upx: add link to homepage
28 lines
582 B
Markdown
28 lines
582 B
Markdown
# z
|
|
|
|
> Tracks the most used directories and enables quickly navigating to them using string or regex patterns.
|
|
> Homepage: <https://github.com/rupa/z>.
|
|
|
|
- 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 .`
|