ConsoleGuiTools
ConsoleGuiTools copied to clipboard
Modules that mix PowerShell and GUIs/CUIs!
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...
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...
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...
This tracks support for the [Show-Command](https://docs.microsoft.com/powershell/module/microsoft.powershell.utility/show-command) cmdlet.
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...
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...
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...
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...
**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:...
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...