gitpod-samples / Gitpod-Raycast-Extension

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

Reduce steps to opening most relevant repo's, branches, etc. #19

Closed loujaybee closed 1 year ago

loujaybee commented 1 year ago

Can we reduce the number of steps to open a familiar repo? Possibly by moving some of the options from step 3 onto step 2, or maybe even into the main search page of Raycast? To open a repo I have to:

  1. Type "Gitpod"
  2. Select a repo
  3. Select a context

Is there any way we could bring useful recent contexts to the 2nd, or even 1st page? So that I've got my "recently" used or most frequently used contexts more accessible? 💭 🤔

Step 1 Step 2 Step 3
image image image
Palanikannan1437 commented 1 year ago

This is definitely a priority I'm trying to work on and is tracked at #11

But to make your life a bit easier by removing Step-1, you could perform it by following these steps

  1. You could avoid Step-1 by setting up a custom Hotkey for the "Open in Gitpod" command like so,
image
  1. Now when you hit the custom hotkey (in my case CMD+Shift+i), you directly would be able to see the recently visited repositories....PS: The contexts of these visited repositories open really quick since we've cached them 😉

cache-recentrepos

Please let me know if this helps 😄

Palanikannan1437 commented 1 year ago

Being tracked at #9 🚀