git: Add git clone open listener#41669
Merged
agu-z merged 10 commits intozed-industries:mainfrom Dec 19, 2025
Merged
Conversation
Contributor
|
@AlvaroParker : Would it be possible to do something like this? |
82019dc to
0b2e299
Compare
Contributor
Author
|
I'll probably remove the cloning modal notification if #41712 gets merged |
0b2e299 to
4930d3a
Compare
Contributor
|
@AlvaroParker Thank you for contribution! Merging after these tweaks:
|
auto-merge was automatically disabled
December 18, 2025 20:46
Head branch was pushed to by a user without write access
Contributor
Author
|
Hey @agu-z thanks for those tweaks! I fixed the redundant clone and now tests should pass. |
rtfeldman
pushed a commit
that referenced
this pull request
Jan 5, 2026
LivioGama
pushed a commit
to LivioGama/zed
that referenced
this pull request
Jan 20, 2026
LivioGama
pushed a commit
to LivioGama/zed
that referenced
this pull request
Jan 20, 2026
LivioGama
pushed a commit
to LivioGama/zed
that referenced
this pull request
Feb 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a git clone open listener to clone and open repos using
zed zed://git/clone?repo=<url>This will also allow creating "Open with Zed" buttons on websites with a href to something like
zed://git/clone?repo=https://github.com/zed-industries/zed.git.Demo:
2025-10-31.14-43-16.mp4
Release Notes:
zed://git/clone?repo=<git-url>