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

Allow opening files from the CLI and from the File > Open menu #31

Merged
merged 4 commits into from
Apr 29, 2021

Conversation

maxbrunsfeld
Copy link
Collaborator

@maxbrunsfeld maxbrunsfeld commented Apr 29, 2021

This PR allows Zed to open files directly from CLI and from the File > Open menu, without having to use the file finder.

Tasks

  • Running zed [files...] opens all of the given files (creating single-file worktrees)
  • Selecting a set of files in the File > Open dialog opens all of those files
  • The file finder displays single-file worktrees nicely
  • The file finder handles multiple files with the same relative path, within different worktrees

@maxbrunsfeld maxbrunsfeld mentioned this pull request Apr 29, 2021
27 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant