zoxide
all
Keep track of the most frequently used directories. Uses a ranking algorithm to navigate to the best match.
More info →Options (1)
-i, --interactivebooleanStart an interactive directory search (requires `fzf`)
Example:
zoxide query {{[-i|--interactive]}}Examples (6)
Go to the highest-ranked directory that contains `string` in the name
zoxide query stringGo to the highest-ranked directory that contains `string1` and then `string2`
zoxide query string1 string2Start an interactive directory search (requires `fzf`)
zoxide query [-i|--interactive]Add a directory or increment its rank
zoxide add path/to/directoryRemove a directory from `zoxide`'s database
zoxide remove path/to/directorymade by @shridhargupta | data from tldr-pages