z: add -c
parameter to the command description (#5262)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# z
|
# 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>.
|
> More information: <https://github.com/rupa/z>.
|
||||||
|
|
||||||
- Go to a directory that contains "foo" in the name:
|
- Go to a directory that contains "foo" in the name:
|
||||||
@@ -26,3 +26,7 @@
|
|||||||
- Remove the current directory from `z`'s database:
|
- Remove the current directory from `z`'s database:
|
||||||
|
|
||||||
`z -x .`
|
`z -x .`
|
||||||
|
|
||||||
|
- Restrict matches to subdirectories of the current directory:
|
||||||
|
|
||||||
|
`z -c {{foo}}`
|
||||||
|
Reference in New Issue
Block a user