PSMenu
0.1.7
Powershell module to generate interactive console menu.
Supports:
- Multiselection
- Paging
- Objects
- Custom rendering
- Rendering callback
Check for examples on how to use it on Github!
Minimum PowerShell version
4.0
Installation Options
Owners
Copyright
(c) Damsteen.nl
Package Details
Author(s)
- Sebastiaan Dammann
Tags
Functions
Dependencies
This module has no dependencies.
Release Notes
Increase input performance on long menus
Fix crash on menu longer than screen when console is resized
Optimize rendering: re-render menu in loop only when callback is given
FileList
- PSMenu.nuspec
- PSMenu.psm1
- Private\Format-MenuItem.ps1
- Private\Get-CalculatedPageIndexNumber.ps1
- Private\Get-ConsoleHeight.ps1
- Private\Get-PositionWithVKey.ps1
- Private\Get-WrappedPosition.ps1
- Private\Read-VKey.ps1
- Private\Test-HostSupported.ps1
- Private\Test-Input.ps1
- Private\Test-MenuItemArray.ps1
- Private\Test-MenuSeparator.ps1
- Private\Toggle-Selection.ps1
- Private\Write-Menu.ps1
- Public\Get-MenuSeparator.ps1
- Public\Show-Menu.ps1
- PSMenu.psd1