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

Consider: ` $L = Get-TineWMSLocation -StagingLive` ` $P = Get-TineWMSLocation -StagingPilot` ` $T = Get-TineWMSLocation -StagingTrunk` ` $List = @($L, $P, $T)` ` $sel = $List | Select-Object BuildName, GlobalLocationId,...

OCGV

I am unable use either Microsoft.PowerShell.GraphicalTools and Microsoft.PowerShell.ConsoleGuiTools in macOS 11.1 with PowerShell 7.1. Here are the releases from the modules I built locally: Importing the modules from the gallery...

OCGV

Get-Process | Select * | Out-GridView Fails with "Process has exited, so the requested information is not available." (System.InvalidOperationException,OutGridView.Cmdlet.OutGridViewCmdletCommand) Works fine without the Select *. Reproduced on Win10x64 b1809 and...

enhancement
Module-GraphicalTools

The window border, filter box, and status bar use valuable screen real estate. I'd like to have an option of not having it visible. I considered having parameters for all...

enhancement
Module-ConsoleGuiTools

When dealing with large lists and `-OutputMode Multiple`, the ability to select all items, or deselect all is desired. Proposal: When `-OutputMode: Multiple` is provided, add two shortcut keys to...

While manipulating XML data and testing `Out-ConsoleGridView` (Powershell 7.0.0 on Windows 10.0.19603), I noticed that the cmdlet appears to demand data of a certain datatype. For testing, a sample XML...

bug
Module-ConsoleGuiTools
Needs-Repro-Info
OCGV

Name : ConsoleHost Version : 6.2.1 ModuleType Version Name PSEdition ExportedCommands ---------- ------- ---- --------- ---------------- Script 0.1.1 Microsoft.PowerShell.GraphicalTools Core {Out-GridView, ogv} Test was trying to select a single row...

enhancement
Module-GraphicalTools

This tracks support for the [Get-Help](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/get-help?view=powershell-6) cmdlet. This is a request for enhancing Get-Help via proxy command which adds support for the "-ShowWindow" parameter. It would be great to have...

enhancement
Module-ConsoleGuiTools
Module-GraphicalTools

The size of the module is around 290MB's because we ship standalone apps for * `win-x64` * `osx-x64` * `linux-x64` This is because of a limitation on non-Windows that forces...

enhancement
Module-GraphicalTools

I find it super annoying to have to resize it on my wide monitor. The default size it uses is crazy wide. ![](https://i.imgur.com/BQ8yxn7.png)

enhancement
Module-GraphicalTools