Skip to content

Commit c6cd8b5

Browse files
authored
Add PaletteShell extension (#104)
1 parent 10ddd80 commit c6cd8b5

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "phireforge.paletteshell",
4+
"title": "PaletteShell",
5+
"shortDescription": "Run your PowerShell scripts straight from the Windows Command Palette.",
6+
"description": "PaletteShell turns a folder of PowerShell scripts into searchable, runnable commands inside the Windows Command Palette. Drop your own .ps1 files in and they show up automatically — transform clipboard text, generate GUIDs, format JSON, and automate daily workflows without leaving your keyboard. Scripts with parameters get an auto-generated input form, and rich PowerShell attributes let you add icons, groups, timeouts, admin elevation, confirmation prompts, and output modes (clipboard, toast, Markdown, file, or a searchable live-provider list). Ships with ready-to-use sample scripts and a growing community script library.",
7+
"author": {
8+
"name": "phireForge",
9+
"url": "https://github.com/phireForge"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/paletteShell/PaletteShellExtension",
13+
"tags": [
14+
"scripts",
15+
"automation",
16+
"workflow",
17+
"tools",
18+
"powershell"
19+
],
20+
"categories": [
21+
"productivity",
22+
"utilities-and-tools"
23+
],
24+
"installSources": [
25+
{
26+
"type": "msstore",
27+
"id": "9p0s8ghvwz4v"
28+
}
29+
]
30+
}
10.9 KB
Loading
30.7 KB
Loading

0 commit comments

Comments
 (0)