Skip to content

PSCompletions (psc)

Github Stars module version PowerShell Gallery
A completion manager for better and simpler use completions in PowerShell.

Star ⭐️ or Donate 💰 if you like it!

Quick Start

Install

powershell
Install-Module PSCompletions -Scope CurrentUser
powershell
Install-PSResource PSCompletions -Scope CurrentUser
sh
scoop bucket add abyss https://github.com/abgox/abyss
scoop install abyss/abgox.PSCompletions

Import

sh
Import-Module PSCompletions

Demo

demo