PSMenu
0.1.9
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
Author(s)
Sebastiaan Dammann
Copyright
(c) Damsteen.nl
Package Details
Owners
Tags
Functions
Dependencies
This module has no dependencies.
Release Notes
Improve handling of array-like parameters
FileList
- PSMenu.nuspec
- PSMenu.psd1
- 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