Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 773 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 773 Bytes

pwsh-complete

Add Tab completions for popular cli tools on powershell.

Installation

Quick Start

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

Works for:

  • adb
  • cargo
  • curl
  • deno
  • dotnet
  • gpg & gpgv
  • scoop
  • ssh & scp
  • winget

Credits

Moeologist/scoop-completion (MIT License)