跳至内容

PSCompletions (psc)

Github Stars module version PowerShell Gallery
一个补全管理模块,它能让你在 PowerShell 中更简单、更方便地使用命令补全。

喜欢这个项目?请给它一个 ⭐️ 或 赞赏 💰

快速开始

安装

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

导入

sh
Import-Module PSCompletions

演示

演示