Important
this project is not affiliate with zed or a zed's product
A browser extension that adds "Open in Zed" buttons to GitHub and GitLab repositories.
- Adds "Clone and open in Zed" button in GitHub repository clone options
- Adds "Zed Editor" options in GitLab IDE dropdown menu
- Supports both HTTPS and SSH repository URLs
- Works with Chrome and Firefox browsers
(Coming soon)
(Coming soon)
- Clone this repository
- Install dependencies
pnpm install
- Build the extension
pnpm build
- Load the extension in your browser:
- Chrome: Go to
chrome://extensions/
, enable Developer mode, click "Load unpacked", and select thedist
directory. - Firefox: Go to
about:debugging#/runtime/this-firefox
, click "Load Temporary Add-on", and select any file in thedist
directory.
- Chrome: Go to
-
Clone the repository
git clone https://github.com/yourusername/open-in-zed.git cd open-in-zed
-
Install dependencies
pnpm install
-
Start the development server
pnpm dev
-
Load the extension in your browser as described in the Manual Installation section
This extension injects buttons into GitHub and GitLab repository pages that
create zed://repo/
URLs. When clicked, these URLs open the repository directly
in Zed if it's installed on your system.
Adds a "Clone and open in Zed" button below the HTTPS/SSH clone options on repository pages.
Adds "Zed Editor (HTTPS)" and "Zed Editor (SSH)" options to the IDE dropdown menu in the clone panel.
- Zed Editor must be installed on your system
- Chrome or Firefox browser