Skip to content

PSCompletions (psc)

Github Stars module version PowerShell Gallery
A completion manager for a better and simpler tab-completion experience in PowerShell.

Star ⭐️ or Donate 💰 if you like it!

Demo

demo

Quick Start

Install

Use Install-Module

powershell
Install-Module PSCompletions -Scope CurrentUser

Import

sh
Import-Module PSCompletions