Skip to content

Commit 098a6c7

Browse files
Add tonythethompson.quickshell to gallery (#108)
* Add tonythethompson.quickshell to gallery * Update Quick Shell gallery entry for v0.2.0.0 Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c9a73b1 commit 098a6c7

5 files changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "tonythethompson.quickshell",
4+
"title": "Quick Shell",
5+
"shortDescription": "Save project folders, discover local git repos, and open them in any terminal from Command Palette.",
6+
"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.",
7+
"author": {
8+
"name": "Tony Thompson",
9+
"url": "https://github.com/tonythethompson"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/tonythethompson/QuickShell",
13+
"tags": [
14+
"terminal",
15+
"developer-tools",
16+
"productivity",
17+
"workspace",
18+
"powershell",
19+
"git"
20+
],
21+
"categories": [
22+
"developer-tools",
23+
"productivity",
24+
"utilities-and-tools"
25+
],
26+
"installSources": [
27+
{
28+
"type": "msstore",
29+
"id": "9PC8S6LNRT3R"
30+
},
31+
{
32+
"type": "winget",
33+
"id": "tonythethompson.QuickShell"
34+
}
35+
]
36+
}
22.8 KB
Loading
273 KB
Loading
199 KB
Loading
113 KB
Loading

0 commit comments

Comments
 (0)