Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.01 KB

File metadata and controls

24 lines (13 loc) · 1.01 KB

Albert Zed Workspaces Plugin

Quickly find and open your Zed workspaces right from your favorite launcher.

Note: This plugin is not officially associated with Zed or Zed Industries in any way.

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-plugin-python-zed-workspaces ~/.local/share/albert/python/plugins/albert_zed_workspaces/

Note: For macOS users, be sure to go to Zed > Install CLI option to have zed in path so that the plugin can detect it.

Development Setup

I use the Zed Editor (naturally). Python Development 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