Skip to content

Commit 0af3b04

Browse files
committed
Rename commands
1 parent e1b054e commit 0af3b04

File tree

3 files changed

+25
-14
lines changed

3 files changed

+25
-14
lines changed

.gitpod.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: npm install && npm run build
9+
command: npm run dev
10+
11+

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ https://github.com/gitpod-samples/Gitpod-Raycast-Extension/assets/72302948/8b49a
5050
![GithubLogin](/assets/Screenshots/NavigatingContexts/SetupDefaultOrganization.png)
5151

5252
## Command Descriptions
53-
### <i>Manage Workspaces</i>
54-
`Manage Workspaces` Command is responsible for managing your workspaces from Gitpod Dashboard, you can stop or start your existing workspaces there or create empty workspaces
55-
### <i>Open Contexts from Github</i>
56-
`Open Contexts` command takes the responsibility off your hands to manually browse through GitHub to open workspaces from any context url, no matter if it's a `PR`, `Issue`, `Branch` or the `Repository` itself. Along with that you can PIN contexts for later use/quick access or can view your Issues/PR descriptions right in the extension!
57-
### <i>Menubar Workspaces</i>
58-
`Menubar Workspaces` is the command that gets the extension so near to achieving it's goal of making `Gitpod Faster than local`, with it's function to start workspaces and opening it into your favourite IDE in just a click!
53+
### <i>All Workspaces</i>
54+
Manage active and inactive workspaces.
55+
### <i>New Workspace</i>
56+
Create a workspace from a GitHub repository, by selecting branch, issue, or pull request.
57+
### <i>Recent Workspaces</i>
58+
Quick access to recent workspaces.
5959

6060
# Table of Contents
6161

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
"commands": [
8989
{
9090
"name": "open_in_gitpod",
91-
"title": "Open Contexts From Github",
92-
"subtitle": "Open any Context in Gitpod",
93-
"description": "Open any Repository / Branch / PR / Issue in Gitpod with the extension",
91+
"title": "New Workspace",
92+
"subtitle": "Create a workspace from a GitHub repository",
93+
"description": "Create a workspace from a GitHub repository, by selecting branch, issue, or pull request.",
9494
"mode": "view",
9595
"keywords": [
9696
"gitpod",
@@ -112,16 +112,16 @@
112112
},
113113
{
114114
"name": "gitpod_dashboard",
115-
"title": "Manage Workspaces",
116-
"subtitle": "Manage and Create New Workspaces",
115+
"title": "All Workspaces",
116+
"subtitle": "Manage active and inactive workspaces",
117117
"description": "Start, Stop or Create New Workspaces just from the extension.",
118118
"mode": "view"
119119
},
120120
{
121121
"name": "menubar_workspaces",
122-
"title": "Menu Bar Workspaces",
123-
"subtitle": "Manage Workspaces from Menubar",
124-
"description": "A Menubar Icon for faster access to recently visited workspaces, starting them and opening quicklinks.",
122+
"title": "Recent Workspaces",
123+
"subtitle": "Quick access to recent workspaces",
124+
"description": "Quick access to recent workspaces.",
125125
"mode": "menu-bar",
126126
"interval": "100000d",
127127
"keywords": [

0 commit comments

Comments
 (0)