https://github.com/yihou/alfred-zoxide
A workflow to search and navigate directories that are saved in zoxide
https://github.com/yihou/alfred-zoxide
alfred alfred-workflow jump z zoxide
Last synced: 7 months ago
JSON representation
A workflow to search and navigate directories that are saved in zoxide
- Host: GitHub
- URL: https://github.com/yihou/alfred-zoxide
- Owner: yihou
- License: mit
- Created: 2023-07-01T05:14:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T18:59:19.000Z (over 2 years ago)
- Last Synced: 2024-01-25T15:07:16.305Z (over 1 year ago)
- Topics: alfred, alfred-workflow, jump, z, zoxide
- Homepage:
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Alfred Zoxide
[](https://github.com/yihou/alfred-zoxide/releases)
[](https://github.com/yihou/alfred-zoxide/releases/download/v0.0.1/Zoxide.alfredworkflow)
[](https://github.com/yihou/alfred-zoxide/issues)
[](https://github.com/yihou/alfred-zoxide/blob/master/LICENSE)A simple [Alfred][1] workflow to search and navigate to directories that are saved in [Zoxide][2].
## Installation
1. Install library [Zoxide][2], see [Dependencies](#dependencies) for more details.
2. Install [alfred-zoxide][3] 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
![]()
## Dependencies
[Zoxide][2] is required to be installed on your system.
Zoxide installation from [Zoxide][2] 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:
>
> ```sh
> curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
> ```## Credits
The workflow makes use of the following:
[Zoxide][2] by Ajeet D'Souza as the backend to search for saved directories.
[OneUpdater][4] by Vítor Galvão for handling automatic updates.
[1]: https://www.alfredapp.com/
[2]: https://github.com/ajeetdsouza/zoxide
[3]: https://github.com/yihou/alfred-zoxide
[4]: https://github.com/vitorgalvao/alfred-workflows/tree/master/OneUpdater