ConsoleGuiTools icon indicating copy to clipboard operation
ConsoleGuiTools copied to clipboard

Modules that mix PowerShell and GUIs/CUIs!

Results 73 ConsoleGuiTools issues
Sort by recently updated
recently updated
newest added
trafficstars

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

### Summary of the new feature / enhancement There is a cmdlet called `Show-Command` that create a graphical menu of available parameters to interactively create the command. However, this cmdlet...

enhancement
Module-ConsoleGuiTools

### Summary of the new feature / enhancement As a user I want a TUI command that accepts username and password with a show/hide password button so that I can...

enhancement
Module-ConsoleGuiTools

### Summary of the new feature / enhancement The module should use Semantic Versioning scheme. ### Proposed technical implementation details (optional) _No response_

enhancement
Module-ConsoleGuiTools

### Summary of the new feature / enhancement It solves things like https://github.com/PowerShell/GraphicalTools/issues/9#issuecomment-1670246370. ### Proposed technical implementation details (optional) My rationale is available at https://github.com/8go/matrix-commander/issues/68#issue-1237645245.

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

bug
OCGV

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

bug
Module-ConsoleGuiTools
Needs-Triage
OCGV

### Summary of the new feature / enhancement Please add the ability to add "default" selections when using the Multiple OutputMode. By adding this, we could present the end user...

enhancement
OCGV

### Summary of the new feature / enhancement Please add the ability to add colour and styling and ANSI rendering to the lines in the gridview using the $PSStyle automatic...

enhancement
OCGV

### Summary of the new feature / enhancement Compare `1..5|%{Start-Sleep -Seconds 1;$_}|Out-GridView` with `1..5|%{Start-Sleep -Seconds 1;$_}|Out-ConsoleGridView`. OGV displays records as they are received (`ProcessRecord`) while OCGV shows records only at...

bug
OCGV