diff --git a/README.md b/README.md
index 6d21455..d5fb9ac 100644
--- a/README.md
+++ b/README.md
@@ -50,12 +50,12 @@ https://github.com/gitpod-samples/Gitpod-Raycast-Extension/assets/72302948/8b49a

## Command Descriptions
-### Manage Workspaces
-`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
-### Open Contexts from Github
-`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!
-### Menubar Workspaces
-`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!
+### All Workspaces
+Manage active and inactive workspaces.
+### New Workspace
+Create a workspace from a GitHub repository, by selecting branch, issue, or pull request.
+### Recent Workspaces
+Quick access to recent workspaces.
# Table of Contents
diff --git a/package.json b/package.json
index c674b51..f3d0566 100644
--- a/package.json
+++ b/package.json
@@ -88,9 +88,9 @@
"commands": [
{
"name": "open_in_gitpod",
- "title": "Open Contexts From Github",
- "subtitle": "Open any Context in Gitpod",
- "description": "Open any Repository / Branch / PR / Issue in Gitpod with the extension",
+ "title": "New Workspace",
+ "subtitle": "Create a workspace from a GitHub repository",
+ "description": "Create a workspace from a GitHub repository, by selecting branch, issue, or pull request.",
"mode": "view",
"keywords": [
"gitpod",
@@ -113,15 +113,15 @@
{
"name": "gitpod_dashboard",
"title": "Manage Workspaces",
- "subtitle": "Manage and Create New Workspaces",
+ "subtitle": "Manage active and inactive workspaces",
"description": "Start, Stop or Create New Workspaces just from the extension.",
"mode": "view"
},
{
"name": "menubar_workspaces",
- "title": "Menu Bar Workspaces",
- "subtitle": "Manage Workspaces from Menubar",
- "description": "A Menubar Icon for faster access to recently visited workspaces, starting them and opening quicklinks.",
+ "title": "Recent Workspaces",
+ "subtitle": "Quick access to recent workspaces",
+ "description": "Quick access to recent workspaces right from your menubar",
"mode": "menu-bar",
"interval": "100000d",
"keywords": [
@@ -153,15 +153,9 @@
]
},
{
- "name" : "browser_context",
- "title": "Open Browser Context",
- "description": "New New",
- "mode": "view"
- },
- {
- "name" : "browser_hud",
+ "name": "browser_hud",
"title": "Browser Hud",
- "description": "afnd",
+ "description": "surprise surprise",
"mode": "no-view"
}
],