ConsoleGuiTools icon indicating copy to clipboard operation
ConsoleGuiTools copied to clipboard

Modules that mix PowerShell and GUIs/CUIs!

Results 76 ConsoleGuiTools issues
Sort by recently updated
recently updated
newest added

![n3eQi8I 1](https://user-images.githubusercontent.com/585482/171778841-f2d9b0fd-df47-440a-9753-2a7f461dadca.gif) 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...

OCGV

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...

dependencies

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...

OCGV

.NET MAUI: https://devblogs.microsoft.com/dotnet/introducing-net-multi-platform-app-ui/

Module-GraphicalTools

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. ![image](https://user-images.githubusercontent.com/7009177/77149960-0c75b980-6a93-11ea-944d-a54eabefa8cc.png) It would be nice if you could select if columns should be collapsed/truncated from...

enhancement
Module-ConsoleGuiTools

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...