issues
search
abgox
/
PSCompletions
A completion manager for better and simpler use completions in PowerShell. 一个补全管理模块,更简单、更方便的在 PowerShell 中使用命令补全。
https://pscompletions.pages.dev
MIT License
111
stars
6
forks
source link
feat(menu): add support for tab looping menu
#25
Closed
pre1ude
closed
3 months ago
pre1ude
commented
3 months ago
if we are at the first item of the menu, move up will go to the last menu item
if we are at the last item of the menu, move down will go to the first menu item
pre1ude
commented
3 months ago