Support adding other's repos to a workspace

9 votes

Allow adding a repo to a workspace that is not in the drop-down list by letting us enter a repo name¹, for example aws/aws-cli.

Currently only the repos that are in the drop-down list can be added. A repo can be typed in but it must match once of the repos in the drop-down list.

* This would be useful for locally-cloned global tools that aren't submodules.
* Without this the on-boarding experience is incomplete.
* This would also allow us to see at a glance which repos for global tools need to be pulled.

¹ Extra stretch: Allow pasting in the full URL and automatically extracting the repo name from it. For example, these all becomes user/repo: https://github.com/user/repo, https://github.com/user/repo.git and git@github.com:user/repo.git.

Under consideration Suggested by: Jim Upvoted: 11 Sep, '23 Comments: 3

Comments: 3
OldestNewestMost likesFewest likes