Forrest logo
back to the zoxide tool

zoxide:tldr:28f3a

zoxide: Add a directory or increment its rank.
$ zoxide add ${path-to-directory}
try on your machine

The command "zoxide add ${path-to-directory}" adds a specific directory to the zoxide database. Here is a breakdown of the command:

  • "zoxide" refers to the zoxide command-line tool.
  • "add" is the specific subcommand of zoxide used to add a directory.
  • "${path-to-directory}" is a placeholder that you need to replace with the actual path of the directory you want to add.

By using this command, you can add directories to zoxide's database, which helps you navigate quickly between frequently used directories using the zoxide tool.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the zoxide tool