mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:26:03 +02:00
z: add -c
parameter to the command description (#5262)
This commit is contained in:
parent
2538cef3a2
commit
49852ef289
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# z
|
||||
|
||||
> Tracks the most used directories and enables quickly navigating to them using string or regex patterns.
|
||||
> Tracks the most used (by frecency) directories and enables quickly navigating to them using string or regex patterns.
|
||||
> More information: <https://github.com/rupa/z>.
|
||||
|
||||
- Go to a directory that contains "foo" in the name:
|
||||
|
@ -26,3 +26,7 @@
|
|||
- Remove the current directory from `z`'s database:
|
||||
|
||||
`z -x .`
|
||||
|
||||
- Restrict matches to subdirectories of the current directory:
|
||||
|
||||
`z -c {{foo}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue