
zoxide
List of commands for zoxide:
-
zoxide:tldr:0ca68 zoxide: Start an interactive directory search (requires `fzf`).$ zoxide query --interactivetry on your machineexplain 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 machineexplain this command
-
zoxide:tldr:18c2d zoxide: Go to the highest-ranked directory that contains "foo" in the name.$ zoxide query ${foo}try on your machineexplain this command
-
zoxide:tldr:1a131 zoxide: Generate shell configuration for command aliases (`z`, `za`, `zi`, `zq`, `zr`).$ zoxide init ${select}try on your machineexplain this command
-
zoxide:tldr:28f3a zoxide: Add a directory or increment its rank.$ zoxide add ${path-to-directory}try on your machineexplain this command
-
zoxide:tldr:42621 zoxide: Remove a directory from `zoxide`'s database interactively.$ zoxide remove ${path-to-directory} --interactivetry on your machineexplain this command