PSMenu
0.1.1
Powershell module to generate interactive console menu.
Supports:
- Multiselection
- Paging
- Objects
- Custom rendering
Check for examples on how to use it on Github!
Minimum PowerShell version
4.0
Installation Options
Owners
Copyright
(c) 2018 Damsteen.nl
Package Details
Author(s)
- Sebastiaan Dammann
Tags
Functions
Dependencies
This module has no dependencies.
Release Notes
Added comment-based documentation.
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