An open API service indexing awesome lists of open source software.

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

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