Forrest logo
back to context overview

z

List of commands for z:

  • z:tldr:04d2f z: List all directories in `z`'s database matching "foo".
    $ z -l ${foo}
    try on your machine
    explain this command
  • z:tldr:1f27d z: Go to the highest-ranked directory matching "foo".
    $ z -r ${foo}
    try on your machine
    explain this command
  • z:tldr:7185c z: Remove the current directory from `z`'s database.
    $ z -x .
    try on your machine
    explain this command
  • z:tldr:7ff96 z: Go to the most recently accessed directory matching "foo".
    $ z -t ${foo}
    try on your machine
    explain this command
  • z:tldr:b247f z: Restrict matches to subdirectories of the current directory.
    $ z -c ${foo}
    try on your machine
    explain this command
  • z:tldr:cfb96 z: Go to a directory that contains "foo" and then "bar".
    $ z ${foo} ${bar}
    try on your machine
    explain this command
  • z:tldr:e229e z: Go to a directory that contains "foo" in the name.
    $ z ${foo}
    try on your machine
    explain this command
back to context overview