PSMenu
0.1.8
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
Improve Linux/MacOS compatibility: support navigation up/down
FileList
- PSMenu.nuspec
- 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.psm1
- Private\Format-MenuItem.ps1
- Private\Get-CalculatedPageIndexNumber.ps1
- Private\Get-ConsoleHeight.ps1
- Private\Get-PositionWithVKey.ps1
- Private\Get-WrappedPosition.ps1
- PSMenu.psd1