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

I have rarely had a need to use the filter functionality. Could just be my use-cases. But I suspect the predominant use of `out-gridview` and `out-consolegridview` will be for quick...

enhancement
Module-ConsoleGuiTools

Migrated from https://github.com/PowerShell/PowerShell/issues/12228 # Add parameters to enable you to pass default filters to Out-GridView windows for when they are first shown. For example, if I was writing a process...

enhancement
Module-GraphicalTools

Coped from PowerShell/PowerShell#12074 # Summary of the new feature/enhancement When using `Out-GridView -PassThru`, the user might want to select multiple items. Currently, the user can add a range to selection...

enhancement
Module-GraphicalTools

This tracks support for the [Show-Command](https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/show-command) cmdlet.

enhancement
Module-ConsoleGuiTools
Module-GraphicalTools

After running `Build.ps1` when the module is imported, and then does an `Out-GridView` on `Get-Process`. At the end of the build before this shows there appears to be a warning...

bug
question
Module-GraphicalTools

Reproduction: Mark all object with Ctrl+A - only the single selected one will be passed through but not all Potential error: Only the selected objects are retrieved, but it should...

bug
Module-GraphicalTools

Avalonia provides a Dark Theme, but I'm not sure if it provides for detecting the OS mode. If Avalonia can detect the OS mode (light vs dark), it would be...

enhancement
Module-GraphicalTools

I asked @TylerLeonhardt about this on Discord, and instead of keeping it hidden in Discord where it could disappear, I thought I would bring it out here: I am not...

documentation
Module-GraphicalTools

**Description:** In Windows Subsystem for Linux (WSL) the following exception occurs when executing the Out-Gridview command: ``` dir | select name | out-gridview ``` **Exception message:** ``` Unhandled Exception: System.TypeInitializationException:...

help wanted
Module-GraphicalTools

In original out-GridView output window, records could be selected and then copied to the clipboard to paste into emails or spreadsheets. This no longer appears to be possible under the...

enhancement
Module-GraphicalTools