Simple module to generate interactive console menus (like yeoman)
menu @("option 1", "option 2", "option 3")
You can install it from the PowerShellGallery using PowerShellGet
Install-Module PS-Menu
- Returns index of selected menu item
- Navigation with up/down arrows
- Navigation with j/k (vim style)
- Esc key quits the menu (-1 index is returned)
- Source hosted at [GitHub][repo]
- Report issues/questions/feature requests on [GitHub Issues][issues]
Pull requests are very welcome!