artiga033 / PwshComplete

<TAB> completions with PowerShell for many popular cli tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

<TAB> completions with PowerShell for many popular cli tools

License:MIT License


Languages

Language:PowerShell 100.0%