SlackBuilds Repository

15.0 > System > zoxide (0.10.0)

Zoxide is a smarter cd command, inspired by z and autojump.
It remembers which directories you use most frequently, so you can
"jump" to them in just a few keystrokes.
Zoxide works on all major shells.

z foo # cd into highest ranked directory matching foo
z foo bar # cd into highest ranked directory matching
foo and bar
z foo / # cd into a subdirectory starting with foo

z ~/foo # z also works like a regular cd command
z foo/ # cd into relative path
z .. # cd one level up
z - # cd into previous directory

zi foo # cd with interactive selection (using fzf)

z foo<SPACE><TAB> # show interactive completions
(zoxide v0.8.0+, bash 4.4+/fish/zsh only)

Add zoxide to your shell:

Bash:
Add this to your configuration (usually ~/.bashrc):
eval "$(zoxide init bash)"

Fish:
Add this to your configuration (usually ~/.config/fish/config.fish):
zoxide init fish | source

Zsh:
Add this to your configuration (usually ~/.zshrc):
eval "$(zoxide init zsh)"

For completions to work, the above line must be added after compinit is
called. You may have to rebuild your cache by running
rm ~/.zcompdump*; compinit.

more data in the github page.

This requires: fzf, rust-opt

Maintained by: r1w1s1
Keywords: cd,navigation,shortcut
ChangeLog: zoxide

Homepage:
https://github.com/ajeetdsouza/zoxide

Source Downloads:
zoxide-0.10.0.tar.gz (3b67fe93b46df51f85b916b6ec55e3e0)
zoxide-0.10.0-vendor.tar.gz (a7a22ee0aac7c9bdcb5ddc89347c1a8b)

Download SlackBuild:
zoxide.tar.gz
zoxide.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds