Skip to content

davidegiacometti/CmdPal-Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
Visual Studio Search Visual Studio recents. Based on the existing PowerToys Run Visual Studio plugin.

Installation

Command Palette

You can install the extensions directly from Command Palette.

WinGet

You can install the extensions via 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.

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.