Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a plugin to open Zed Workspaces #206

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

HarshNarayanJha
Copy link

@HarshNarayanJha HarshNarayanJha commented Oct 9, 2024

This Python plugin lets you browse and open your Zed Editor Workspaces at the speed of thought!

Repo: https://github.com/HarshNarayanJha/albert_zed_workspaces

Technical Description

There is the database file at ~/.local/share/zed/db/0-stable/db.sqlite. I just read and parse it and display list items for each of them, and open it up using whatever binary found (zed, zeditor, etc)

There are still issues with this, like I don't know the database path on MacOS yet (searching for that), and a the local_path is actually a binary object (don't know why), so some workspaces miss out right now. I will fix them

Corresponding Discussion: zed-industries/zed#18895

@HarshNarayanJha
Copy link
Author

Hey @ManuelSchneid3r !
Sorry for the ping... But is anything stopping to merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant