Alfred workflow that allows you to open projects with zed
You can download workflow file, or compile your own program.
- Rust (latest stable version)
- jq (you can remove extensions lookup function if you don't want to install this)
- zed
-
Clone the repository:
git clone https://github.com/crwen/alfred-zed-projects.git cd alfred-zed-projects
-
Run the build script:
./build-workflow.sh
-
Install the generated
alfred-zed-projects.alfredworkflow
file by double-clicking it.
-
Clone the repository:
git clone https://github.com/crwen/alfred-zed-projects.git cd alfred-zed-projects
-
Build the project:
cargo build --release
-
Copy the binary to the workflow directory:
cp target/release/alfred-zed workflow/alfred-zed
-
Install the workflow by double-clicking the
workflow
folder or importing it into Alfred.
zf
: Search file and Open with Zed.zr
: Open recent projects. Data is provided by Zed sqlite file.ze
: Lookup extensions, nothing else. So you can remove it by yourself.