https://github.com/harshnarayanjha/albert_zed_workspaces
Python plugin for Albert Launcher to quickly open up Zed Workspaces
https://github.com/harshnarayanjha/albert_zed_workspaces
albert-extensions albert-launcher albertlauncher python3 workspaces zed zed-editor
Last synced: 27 days ago
JSON representation
Python plugin for Albert Launcher to quickly open up Zed Workspaces
- Host: GitHub
- URL: https://github.com/harshnarayanjha/albert_zed_workspaces
- Owner: HarshNarayanJha
- Created: 2024-10-09T07:36:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T05:26:55.000Z (about 2 months ago)
- Last Synced: 2025-03-08T06:25:26.520Z (about 2 months ago)
- Topics: albert-extensions, albert-launcher, albertlauncher, python3, workspaces, zed, zed-editor
- Language: Python
- Homepage:
- Size: 285 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Albert Launcher Zed Projects Plugin
Quickly find and open your Zed workspaces right from your favourite launcher.
### Install
To install, copy or symlink this directory to `~/.local/share/albert/python/plugins/albert_zed_workspaces/`
Or just run `git clone https://github.com/HarshNarayanJha/albert_zed_workspaces ~/.local/share/albert/python/plugins/albert_zed_workspaces/`
### Development Setup
I use the Zed Editor (naturally). Python Developement includes `pyright` as `lsp` and `ruff` as `linter`.
Copy the `albert.pyi` file from `~/.local/share/albert/python/plugins/albert.pyi` to this directory for type definitions and completions!
### References
- The official jetbrains plugin - https://github.com/albertlauncher/python/tree/main/jetbrains_projects
- Zed Editor - https://zed.dev