ConsoleGuiTools
ConsoleGuiTools copied to clipboard
Modules that mix PowerShell and GUIs/CUIs!
 Or, do ```powerhsell Get-Process | Out-ConsoleGridView -Filter test ``` This doesn't appear to impact filter functionality, it's just that the first character is not visible. If one backspace...
### 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...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Hi, I've recently discovered this project so I'd like to give it a try (Out-GridView from PowerShell.GraphicalTools) but on my machine it does not work (to be precise the terminal-based...
I dont know how to rexactly describe, but I am using PWSH on on Raspberry Pi and therefor use Out-ConsoleGridView a lot. In Bullseye it behaves different: https://user-images.githubusercontent.com/65505278/159687170-6acb1ccd-0041-46c2-ab5f-53af13a8f315.mp4 First select...
.NET MAUI: https://devblogs.microsoft.com/dotnet/introducing-net-multi-platform-app-ui/
When I invoke Get-Help with -ShowWindow, the help window opens, but underneath the Windows Terminal window instead of opening on top of it so that I can directly read the...
Unable to run simple grid view on MacOS 11.1. The command runs the processor hard then it will crash the app. Running the following command: ps | Microsoft.PowerShell.GraphicalTools\Out-GridView Attached is...
Example: The two last columns contain long paths that typically only differ at the end.  It would be nice if you could select if columns should be collapsed/truncated from...
Using Microsoft.Powershell.ConsoleGuiTools: I have two frames which both have $_.TabStop = $false. Inside each frame, i have listview. Both listviews also have tabstop set to false. No matter what I...