Skip to content

Commit c619805

Browse files
authored
Merge branch 'main' into main
2 parents 9161019 + a98a136 commit c619805

17 files changed

Lines changed: 115 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "daydreamer-riri.web-search-shortcut",
4+
"title": "Web Search Shortcut",
5+
"shortDescription": "Quickly select a specific search engine to perform searches via keyword prefixes.",
6+
"description": "Web Search Shortcut is a PowerToys Command Palette extension for quickly selecting a specific search engine to perform searches via keyword prefixes.\n\nYou can configure multiple search engines, each with a custom keyword, URL template, icon, and search suggestion provider. Supports Google, Bing, DuckDuckGo, YouTube, Wikipedia, npm, CanIUse, and more.\n\nInstall via winget or the Microsoft Store, then open Command Palette to start searching with your configured shortcuts.",
7+
"author": {
8+
"name": "Riri",
9+
"url": "https://github.com/Daydreamer-riri"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/Daydreamer-riri/CmdPal-WebSearchShortcut",
13+
"tags": ["search", "web", "browser", "shortcut", "keyword"],
14+
"categories": ["productivity", "utilities-and-tools"],
15+
"installSources": [
16+
{
17+
"type": "winget",
18+
"id": "Riri.WebSearchShortcut"
19+
},
20+
{
21+
"type": "msstore",
22+
"id": "9p9hchbgbrf4"
23+
}
24+
]
25+
}
2.41 KB
Loading
308 KB
Loading
346 KB
Loading
372 KB
Loading
297 KB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "tanchekwei.port",
4+
"title": "Port",
5+
"shortDescription": "List TCP/UDP network connections.",
6+
"description": "Features:\n- Port Monitoring: Lists all active TCP and UDP connections (IPv4 and IPv6).\n- Intelligent Polling: Automatically refreshes when visible and pauses when hidden to reduce resource usage.\n- Process Correlation: Maps each connection to its owning process, including name and file path.\n- Hybrid Search: Supports fuzzy search for process names and precise matching for IP addresses and ports.\n- Customizable Filters: Configure which fields are included in search (Process Name, Local/Remote Address, Local/Remote Port).",
7+
"author": {
8+
"name": "Chek Wei Tan",
9+
"url": "https://github.com/tanchekwei"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/tanchekwei/PortForCommandPalette",
13+
"tags": [
14+
"port",
15+
"network",
16+
"monitoring",
17+
"productivity"
18+
],
19+
"categories": [
20+
"developer-tools",
21+
"productivity",
22+
"utilities-and-tools"
23+
],
24+
"installSources": [
25+
{
26+
"type": "msstore",
27+
"id": "9NC8CK4LGB0W"
28+
},
29+
{
30+
"type": "winget",
31+
"id": "15722UsefulApp.PortForCommandPalette"
32+
},
33+
{
34+
"type": "url",
35+
"uri": "https://github.com/tanchekwei/PortForCommandPalette/"
36+
}
37+
]
38+
}
2.35 KB
Loading
50.9 KB
Loading
17.9 KB
Loading

0 commit comments

Comments
 (0)