mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
789 B
789 B
zoxide
Keep track of the most frequently used directories. Uses a ranking algorithm to navigate to the best match. More information: https://github.com/ajeetdsouza/zoxide.
- Go to the highest-ranked directory that contains
stringin the name:
zoxide query string
- Go to the highest-ranked directory that contains
string1and thenstring2:
zoxide query string1 string2
- Start an interactive directory search (requires
fzf):
zoxide query --interactive
- Add a directory or increment its rank:
zoxide add {{path/to/directory}}
- Remove a directory from
zoxide's database:
zoxide remove {{path/to/directory}}
- Generate shell configuration for command aliases (
z,zi):
zoxide init {{bash|elvish|fish|nushell|posix|powershell|tcsh|xonsh|zsh}}