Forrest logo
back to context overview

zoxide

List of commands for zoxide:

  • zoxide:tldr:0ca68 zoxide: Start an interactive directory search (requires `fzf`).
    $ zoxide query --interactive
    try on your machine
    explain this command
  • zoxide:tldr:15c04 zoxide: Go to the highest-ranked directory that contains "foo" and then "bar".
    $ zoxide query ${foo} ${bar}
    try on your machine
    explain this command
  • zoxide:tldr:18c2d zoxide: Go to the highest-ranked directory that contains "foo" in the name.
    $ zoxide query ${foo}
    try on your machine
    explain this command
  • zoxide:tldr:1a131 zoxide: Generate shell configuration for command aliases (`z`, `za`, `zi`, `zq`, `zr`).
    $ zoxide init ${select}
    try on your machine
    explain this command
  • zoxide:tldr:28f3a zoxide: Add a directory or increment its rank.
    $ zoxide add ${path-to-directory}
    try on your machine
    explain this command
  • zoxide:tldr:42621 zoxide: Remove a directory from `zoxide`'s database interactively.
    $ zoxide remove ${path-to-directory} --interactive
    try on your machine
    explain this command
back to context overview