PSMenu
PSMenu copied to clipboard
Simple powershell menu to render interactive console menu
Hi and thanks for your work. I just found a weird behavior: if menu item is long, some characters stay printed on screen when scrolling. Here you can see the...
Allow for Paging, so items can be split up if the count exceeds X. Navigation could then be done using the [left] and [right] arrows.
Currently, as mentioned in the README file, we have to manually save and restore the cursor position. This can be streamlined by incorporating that logic directly into the Show-Menu function....