Skip to content

Commit a390b6d

Browse files
atkaksoy501Copilot
andauthored
Add atkaksoy501.portpilot to gallery (#55)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a98a136 commit a390b6d

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "atkaksoy501.portpilot",
4+
"title": "PortPilot",
5+
"shortDescription": "Find and free dev server ports directly from PowerToys Command Palette.",
6+
"description": "PortPilot helps developers quickly find and free busy dev server ports from inside PowerToys Command Palette. It scans TCP listening ports in the common 3000-10000 development range, shows the owning process name and PID, supports fuzzy search, and asks for confirmation before terminating a process. You can also pin PortPilot to the Command Palette dock for one-click access.",
7+
"author": {
8+
"name": "Atakan Aksoy",
9+
"url": "https://github.com/atkaksoy501"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/atkaksoy501/PortPilot",
13+
"tags": ["ports", "processes", "powertoys", "windows", "developer"],
14+
"categories": ["developer-tools", "productivity", "utilities-and-tools"],
15+
"installSources": [
16+
{
17+
"type": "url",
18+
"uri": "https://github.com/atkaksoy501/PortPilot/releases/latest"
19+
}
20+
]
21+
}
92.7 KB
Loading

0 commit comments

Comments
 (0)