Posh icon indicating copy to clipboard operation
Posh copied to clipboard

PowerShell made Posh

Results 99 Posh issues
Sort by recently updated
recently updated
newest added

### 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)

enhancement

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"...

enhancement

Posh already extends the $host object slightly, by adding .Width/.Height We should go beyond this point * [x] #130 * [x] #131 * [ ] #132 * [ ] #133...

enhancement

Extend the PSHost.UI object to simplify input and output. This consists of ScriptMethods to enable .Read/Write (among other things). * [ ] #312 * [ ] #313 * [ ]...

enhancement

This should perform a "soft" (non-blocking) read of a given key event.

enhancement

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.

enhancement

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...

enhancement