Add Tab completions for popular cli tools on powershell.
Install-Module -Name PwshComplete
Import-Module PwshComplete
You may modify your powershell profile to make it load automatically:
notepad $PROFILE
Note that if the file doesn't exist, you need to create it manually by checking the $PROFILE
variable.
And add the following line to the end of the file:
Import-Module PwshComplete
- adb
- cargo
- curl
- deno
- dotnet
- gpg & gpgv
- scoop
- ssh & scp
- winget
Moeologist/scoop-completion (MIT License)