abgox / PSCompletions

A completion manager for better and simpler use completions in PowerShell. 一个补全管理模块,更简单、更方便的在 PowerShell 中使用命令补全。
https://pscompletions.pages.dev
MIT License
66 stars 4 forks source link

feat(menu): add support for tab looping menu #25

Closed pre1ude closed 3 weeks ago

pre1ude commented 3 weeks ago
  1. if we are at the first item of the menu, move up will go to the last menu item
  2. if we are at the last item of the menu, move down will go to the first menu item
pre1ude commented 3 weeks ago

PixPin_2024-08-18_00-19-31