A simple Alfred workflow to search and navigate to directories that are saved in Zoxide.
- Install library Zoxide, see Dependencies for more details.
- Install alfred-zoxide workflow.
- All further updates are handled automatically.
In Alfred, type z
followed by search query
.
With the selected result, you can:
- press
⌅
(Enter) to open directory in terminal - press
⌘
(Cmd) to open directory in Finder - press
⌃
(Shift) to copy directory path to clipboard
Zoxide is required to be installed on your system.
Zoxide installation from Zoxide README:
To install zoxide, use a package manager:
Repository Instructions [crates.io] cargo install zoxide --locked
[Homebrew] brew install zoxide
[asdf] asdf plugin add zoxide https://github.com/nyrst/asdf-zoxide.git
asdf install zoxide latest
[conda-forge] conda install -c conda-forge zoxide
[MacPorts] port install zoxide
Or, run this command in your terminal:
curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
The workflow makes use of the following:
Zoxide by Ajeet D'Souza as the backend to search for saved directories.
OneUpdater by Vítor Galvão for handling automatic updates.