1
0
Fork 0
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:
Honza 2021-02-19 00:13:08 +01:00 committed by GitHub
parent 2538cef3a2
commit 49852ef289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`