NuGetPackageSearchExtension is an extension for the PowerToys Command Palette that enables the search of NuGetPackages via a UI, and the ability to copy the package reference, dotnet command, NuGet package console command
- Search for NuGet packages directly from the PowerToys Command Palette.
- Copy package references in various formats (e.g., PackageReference, dotnet CLI command, NuGet Package Manager Console command).
- Install dotnet template packages directly from the Command Palette.
- Install dotnet tools: Install dotnet tools directly from the Command Palette.
- Search for specific package versions: Filter search results to find specific versions of packages.
- PowerToys installed on your system.
Coming soon
Coming soon
- Open the PowerToys Command Palette.
- Search for NuGetSearch Commands using the extension
This project is licensed under the MIT Licence.
Contributions are welcome! Feel free to submit issues or pull requests to improve this extension.
- NuGet Client SDK for its ability to interact with NuGet packages.
- NuGet.org for providing a vast repository of NuGet packages.
- PowerToys for providing a versatile Command Palette.