gitpod-samples / Gitpod-Raycast-Extension

Raycast Extension for Gitpod
MIT License
15 stars 6 forks source link

Start workspace from default branch for repo #15

Closed loujaybee closed 1 year ago

loujaybee commented 1 year ago

Seems like the app figures out branches I own, or am working on (awesome!) could we also include the default or main branch there to simply start a workspace from the main branch? 💭 🤔

image
henit-chobisa commented 1 year ago

Hey @loujaybee, when you do CMD + Return of the repository, it opens up gitpod with the default branch of the repository.

loujaybee commented 1 year ago

Ahh, very useful. thanks @henit-chobisa ! That's pretty neat! But, also wasn't very intuitive to me (I don't use other apps that use this type of shortcut in the same way, and it's not immediately visible). Given this could be quite a highly used feature in the extension, possibly also having some UI component to compliment the keyboard shortcut could make sense? Or maybe some helper text with the keyboard shortcut at the bottom of the UI?

henit-chobisa commented 1 year ago

Ahh, very useful. thanks @henit-chobisa ! That's pretty neat! But, also wasn't very intuitive to me (I don't use other apps that use this type of shortcut in the same way, and it's not immediately visible). Given this could be quite a highly used feature in the extension, possibly also having some UI component to compliment the keyboard shortcut could make sense? Or maybe some helper text with the keyboard shortcut at the bottom of the UI?

Absolutely @loujaybee, let me add it to the next milestone. 🫡

filiptronicek commented 1 year ago

+1 here for Lou's suggestion. Just had the same comment when reviewing #27 and found this issue 🙂

Palanikannan1437 commented 1 year ago

@loujaybee @filiptronicek From the next release onwards... things are much more straightforward!

CMD+G from anywhere opens in GItpod 🍊 CMD+Enter from anywhere opens GitHub!