PSPromptly
0.1.3
PowerShell module for creating beautiful interactive command-line menus with keyboard navigation, custom themes, and ASCII art support
Installation Options
Owners
Package Details
Author(s)
- Marcos Santos
Tags
Menu CLI UI Console Navigation Prompt Interactive TUI
Functions
Show-Menu Select-Option New-MenuItem New-ExitMenuItem New-MenuTheme
Dependencies
This module has no dependencies.
Release Notes
Version 0.1.3:
- Feat: Implements theme support
- Added New-MenuItem factory functions for easier menu item creation
- Comprehensive README update with API reference, examples, and documentation
- Improved project structure and code organization
- Fixed module loading order to prevent class definition issues
- Added support for custom icons and colors per menu item
FileList
- PSPromptly.nuspec
- PSPromptly.psd1
- build.ps1
- README.md
- tests\SelectOption.tests.ps1
- src\Utils\Logger.ps1
- src\Utils\Helpers.ps1
- src\Core\New-MenuItem.ps1
- src\Core\MenuItem.ps1
- src\Core\Menu.ps1
- src\UI\Input.ps1
- src\UI\Render.ps1
- src\UI\Style.ps1
- PSPromptly.psm1
- demo.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.1.3 (current version) | 7 | 12/18/2025 |
| 0.1.2 | 12 | 11/2/2025 |
| 0.1.1 | 5 | 11/2/2025 |
| 0.1.0 | 5 | 11/2/2025 |