Posh
Posh copied to clipboard
PowerShell made Posh
### Description Custom argument completers are a decent part of user experience in PowerShell. They should be easy to create and manage with scriptproperties and psuedotypes (possibly in $Posh.Commands)
Now that [EZOut supports multiple file output](https://github.com/StartAutomating/EZOut/releases/tag/v2.0.2), Posh should split up the files it produces. At the least, we should split the implementation into "purely Posh" extended types and "System"...
Posh already extends the $host object slightly, by adding .Width/.Height We should go beyond this point * [x] #130 * [x] #131 * [ ] #132 * [ ] #133...
Extend the PSHost.UI object to simplify input and output. This consists of ScriptMethods to enable .Read/Write (among other things). * [ ] #312 * [ ] #313 * [ ]...
This should perform a "soft" (non-blocking) read of a given key event.
Posh should support N TUI menus of an arbitrary depth. To make this _fairly_ straightforward, Posh will manage a collection of all menus. The key in the collection would be...
The module name and description should be carried over, and the root should be the root of the module.
PowerShell can create drives with any arbitrary root, and doing so can allow the files in the module to be more easily accessible. This would have several distinct advantages to...