diff --git a/extensions/tonythethompson/quickshell/extension.json b/extensions/tonythethompson/quickshell/extension.json new file mode 100644 index 0000000..9d4b7cc --- /dev/null +++ b/extensions/tonythethompson/quickshell/extension.json @@ -0,0 +1,36 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "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.", + "author": { + "name": "Tony Thompson", + "url": "https://github.com/tonythethompson" + }, + "icon": "icon.png", + "homepage": "https://github.com/tonythethompson/QuickShell", + "tags": [ + "terminal", + "developer-tools", + "productivity", + "workspace", + "powershell", + "git" + ], + "categories": [ + "developer-tools", + "productivity", + "utilities-and-tools" + ], + "installSources": [ + { + "type": "msstore", + "id": "9PC8S6LNRT3R" + }, + { + "type": "winget", + "id": "tonythethompson.QuickShell" + } + ] +} diff --git a/extensions/tonythethompson/quickshell/icon.png b/extensions/tonythethompson/quickshell/icon.png new file mode 100644 index 0000000..0895073 Binary files /dev/null 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 new file mode 100644 index 0000000..a275f9b Binary files /dev/null and b/extensions/tonythethompson/quickshell/screenshots/01-list-context-menu.png differ diff --git a/extensions/tonythethompson/quickshell/screenshots/02-edit-shortcut.png b/extensions/tonythethompson/quickshell/screenshots/02-edit-shortcut.png new file mode 100644 index 0000000..089185b Binary files /dev/null and b/extensions/tonythethompson/quickshell/screenshots/02-edit-shortcut.png differ diff --git a/extensions/tonythethompson/quickshell/screenshots/03-settings.png b/extensions/tonythethompson/quickshell/screenshots/03-settings.png new file mode 100644 index 0000000..9d27240 Binary files /dev/null and b/extensions/tonythethompson/quickshell/screenshots/03-settings.png differ