prezto/modules/z/README.md
2014-12-25 07:24:28 +08:00

589 B

Z

This is z ported to a prezto module.

Tracks your most used directories, based on 'frecency'.

Usage

z [-chlrtx] [regex1 regex2 ... regexn]

Example

z foo         cd to most frecent dir matching foo

z foo bar     cd to most frecent dir matching foo, then bar

z -r foo      cd to highest ranked dir matching foo

z -t foo      cd to most recently accessed dir matching foo

z -l foo      list all dirs matching foo (by frecency)

For more usage information, please read the original repository.