diff --git a/extensions/tonythethompson/quickshell/extension.json b/extensions/tonythethompson/quickshell/extension.json index 9d4b7cc..826fe30 100644 --- a/extensions/tonythethompson/quickshell/extension.json +++ b/extensions/tonythethompson/quickshell/extension.json @@ -3,7 +3,7 @@ "id": "tonythethompson.quickshell", "title": "Quick Shell", "shortDescription": "Save project folders, discover local git repos, and open them in any terminal from Command Palette.", - "description": "Quick Shell saves folders you open often and launches them from Command Palette in the terminal you already use.\n\n- Discover local git repositories and add them as workspaces\n- Save workspaces with optional home keywords for root-palette search\n- Every Windows Terminal and Intelligent Terminal profile on your PC, plus WSL and classic shells\n- Optional companion app and dev-server command on open\n- Create, edit, favorite, duplicate, import, and export workspaces inside Command Palette\n- Undo and redo edits; open elevated when needed\n\nAfter installing from the Microsoft Store or WinGet, open Command Palette and run \"Reload Command Palette Extension\", then search for Quick Shell.", + "description": "Quick Shell saves folders you open often and launches them from Command Palette in the terminal you already use.\n\n- Discover local git repositories and add them as workspaces\n- Save workspaces with optional home keywords for root-palette search\n- Suggested launch commands from project analysis (npm, dotnet, agent CLIs, and more)\n- Every Windows Terminal and Intelligent Terminal profile on your PC, plus WSL and classic shells\n- Optional companion app and dev-server URL on open\n- Create, edit, favorite, duplicate, import, and export workspaces inside Command Palette\n- Undo and redo edits; open elevated when needed\n\nAfter installing from the Microsoft Store or WinGet, open Command Palette and run \"Reload Command Palette Extension\", then search for Quick Shell.", "author": { "name": "Tony Thompson", "url": "https://github.com/tonythethompson" @@ -15,7 +15,6 @@ "developer-tools", "productivity", "workspace", - "powershell", "git" ], "categories": [ diff --git a/extensions/tonythethompson/quickshell/icon.png b/extensions/tonythethompson/quickshell/icon.png index 0895073..cabe4c2 100644 Binary files a/extensions/tonythethompson/quickshell/icon.png and b/extensions/tonythethompson/quickshell/icon.png differ diff --git a/extensions/tonythethompson/quickshell/screenshots/01-list-context-menu.png b/extensions/tonythethompson/quickshell/screenshots/01-list-context-menu.png deleted file mode 100644 index a275f9b..0000000 Binary files a/extensions/tonythethompson/quickshell/screenshots/01-list-context-menu.png and /dev/null differ diff --git a/extensions/tonythethompson/quickshell/screenshots/01-workspace-list.png b/extensions/tonythethompson/quickshell/screenshots/01-workspace-list.png new file mode 100644 index 0000000..7894676 Binary files /dev/null and b/extensions/tonythethompson/quickshell/screenshots/01-workspace-list.png differ diff --git a/extensions/tonythethompson/quickshell/screenshots/02-edit-shortcut.png b/extensions/tonythethompson/quickshell/screenshots/02-edit-shortcut.png deleted file mode 100644 index 089185b..0000000 Binary files a/extensions/tonythethompson/quickshell/screenshots/02-edit-shortcut.png and /dev/null differ diff --git a/extensions/tonythethompson/quickshell/screenshots/02-new-workspace.png b/extensions/tonythethompson/quickshell/screenshots/02-new-workspace.png new file mode 100644 index 0000000..940f04f Binary files /dev/null and b/extensions/tonythethompson/quickshell/screenshots/02-new-workspace.png differ diff --git a/extensions/tonythethompson/quickshell/screenshots/03-settings.png b/extensions/tonythethompson/quickshell/screenshots/03-settings.png index 9d27240..b990f1c 100644 Binary files a/extensions/tonythethompson/quickshell/screenshots/03-settings.png and b/extensions/tonythethompson/quickshell/screenshots/03-settings.png differ diff --git a/extensions/tonythethompson/quickshell/screenshots/04-workspace-detail.png b/extensions/tonythethompson/quickshell/screenshots/04-workspace-detail.png new file mode 100644 index 0000000..a5f7992 Binary files /dev/null and b/extensions/tonythethompson/quickshell/screenshots/04-workspace-detail.png differ