https://github.com/crwen/alfred-zed-projects
A Alfred workflow to open with zed.
https://github.com/crwen/alfred-zed-projects
alfred-workflow zed
Last synced: 7 months ago
JSON representation
A Alfred workflow to open with zed.
- Host: GitHub
- URL: https://github.com/crwen/alfred-zed-projects
- Owner: crwen
- Created: 2024-06-19T13:17:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T13:59:09.000Z (over 1 year ago)
- Last Synced: 2025-01-23T20:56:24.402Z (8 months ago)
- Topics: alfred-workflow, zed
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfred-zed-projects
Alfred workflow that allows you to open projects with [zed](https://github.com/zed-industries/zed)
## Prerequisties
- [jq](https://github.com/jqlang/jq) (you can remove extensions lookup function if you don't want to install this)
- [zed](https://github.com/zed-industries/zed)## Installation
You can downlowd workflow file, or compile your own progame.
## Usage
- `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.