https://github.com/davidegiacometti/CmdPal-Extensions
My Windows Command Palette extensions
https://github.com/davidegiacometti/CmdPal-Extensions
cmdpal cmdpal-extension command-palette edge edge-favorites extension microsoft-edge powertoys search visual-studio windows-command-palette windows-command-palette-extension
Last synced: 8 days ago
JSON representation
My Windows Command Palette extensions
- Host: GitHub
- URL: https://github.com/davidegiacometti/CmdPal-Extensions
- Owner: davidegiacometti
- License: mit
- Created: 2025-01-23T19:36:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-05-08T19:13:22.000Z (11 days ago)
- Last Synced: 2025-05-08T19:44:08.245Z (11 days ago)
- Topics: cmdpal, cmdpal-extension, command-palette, edge, edge-favorites, extension, microsoft-edge, powertoys, search, visual-studio, windows-command-palette, windows-command-palette-extension
- Language: C#
- Homepage:
- Size: 344 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows Command Palette Extensions
This monorepo is the home for my Windows Command Palette extensions.
| Extension | Description |
| --- | --- |
| Edge Favorites | Search Microsoft Edge favorites. Based on the existing [PowerToys Run Edge Favorite plugin](https://github.com/davidegiacometti/PowerToys-Run-EdgeFavorite). |
| Visual Studio | Search Visual Studio recents. Based on the existing [PowerToys Run Visual Studio plugin](https://github.com/davidegiacometti/PowerToys-Run-VisualStudio). |## Installation
### Command Palette
You can install the extensions directly from Command Palette.
### WinGet
You can install the extensions via [WinGet](https://learn.microsoft.com/windows/package-manager/winget/) running the following commands from the command line / PowerShell:
```
winget install davidegiacometti.EdgeFavoritesForCmdPal
winget install davidegiacometti.VisualStudioForCmdPal
```### Manual
You can install the extensions manually using the MSIX available in the [GitHub releases](https://github.com/davidegiacometti/CmdPal-Extensions/releases).
## Contributing
- **New Extensions:** I’m not accepting PRs for new extensions. If you have a new idea, feel free to create your own project!
- **Fixes & Improvements:** I do accept PRs for bug fixes and improvements to existing code. However, to avoid the risk of your PR being rejected, please ensure that you file an issue and receive feedback before starting any work.