Home

Awesome

<!--suppress HtmlDeprecatedAttribute --> <div style="display: flex;"> <img src="images/icon.png" align="left" style="margin: 40px 20px 0; width: 40px; height: 40px;" alt="Logo"/> <h1>Alfred Zoxide</h1> </div>

GitHub release (latest SemVer) GitHub downloads GitHub issues GitHub license

A simple Alfred workflow to search and navigate to directories that are saved in Zoxide.

Installation

  1. Install library Zoxide, see Dependencies for more details.
  2. Install alfred-zoxide workflow.
  3. All further updates are handled automatically.

Usage

In Alfred, type z followed by search query.

With the selected result, you can:

<p> <img src="images/demo.gif" alt="demo.gif"> </p>

Dependencies

Zoxide is required to be installed on your system.

Zoxide installation from Zoxide README:

To install zoxide, use a package manager:

RepositoryInstructions
[crates.io]cargo install zoxide --locked
[Homebrew]brew install zoxide
[asdf]asdf plugin add zoxide https://github.com/nyrst/asdf-zoxide.git <br /> 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

Credits

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.