microsoft / winget-command-not-found

WinGet Command Not Found is a PowerShell 7 module to help you install missing packages. With this module, you will be recommended relevant WinGet packages whenever an unrecognized command is entered.
MIT License
19 stars 0 forks source link

Initial release of the source code #1

Closed carlos-zamora closed 1 month ago

carlos-zamora commented 3 months ago

This commit introduces all of the winget-command-not-found source, under the MIT license.

carlos-zamora commented 2 months ago

Also want to test ARM64. Steven was running into issues with it on his machine.

carlos-zamora commented 2 months ago

Also want to test ARM64. Steven was running into issues with it on his machine.

Nice! Microsoft.WinGet.Client didn't support ARM but it will soon! Just a matter of the WinGet team updating the PSGallery

https://github.com/microsoft/winget-cli/releases/tag/v1.7.11132

StevenBucher98 commented 2 months ago

When this is ready to merge we should also add this module to the allowlist of module imports we track via PS telemetry, I will have to confirm it will only show the load if the feedback provider is triggered,