yihou / alfred-zoxide

A workflow to search and navigate directories that are saved in zoxide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Alfred Zoxide

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:

  • press (Enter) to open directory in terminal
  • press (Cmd) to open directory in Finder
  • press (Shift) to copy directory path to clipboard

demo.gif

Dependencies

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

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.

About

A workflow to search and navigate directories that are saved in zoxide

License:MIT License