This module adds auto complete for winget.
Install the module from the PSGallery.
Install-Module kmt.winget.autocomplete
Add this line to your powershell $profile
.
Import-Module kmt.winget.autocomplete
I wrote this to simplify configuring autocomplete for winget. If you don't want to download this module, see the winget documentation for a larger command you can place in the $profile
to do the same thing. This module just a wrapper for that other command.