项目地址:
- Github: GitHub - abgox/PSCompletions: A completion manager for better and simpler use completions in PowerShell. 一个补全管理模块,更简单、更方便的在 PowerShell 中使用命令补全。
- Gitee: PSCompletions: 一个补全管理模块,更简单、更方便的在 PowerShell 中使用命令补全。 A completion manager for better and simpler use completions in PowerShell. https://github.com/abgox/PSCompletions
- 主页: https://pscompletions.pages.dev
为什么需要它
PowerShell
自带的菜单补全功能太简陋了- 当补全项过多时,甚至只会将所有补全项显示出来,就没有补全了
使用
Install-Module PSCompletions -Scope CurrentUser
演示