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 this code basically in a loop so user can select an option, it gets performed and then menu appears again so he can pick another menu option to...

Fixes #116 This PR adds a `-MinUi` feature that hides all UI except for the list of items. Once you use ocgv a lot you find the status bar and...

Fixes #121 This PR surgically fixes the issue described in #121

### Summary of the new feature / enhancement Hey @andschwa & @SteveL-MSFT, IMO we are at a good place to release a new release of GraphicalTools. If it were up...

It would be great if Out-ConsoleGridView could have a parameter somehow like -skiptonextelementonselect Or whatever makes sense as parameter name. Basically with this set after a selection of an element,...

good first issue
OCGV

The default colors don't look well on every theme. It would be nice if we could configure them.

OCGV

What does Filter do? 1) Filter means Filter DISPLAY - Restrict what you see (current implementation). 2) Filter means Filter INPUT - Restrict the data you are working with. Example:...

Closes #120 This PR * Implements "Select All/None" functionality increasing parity with `ogv`, which gets this support natively because Windows' listboxes provide it natively. * Fixes Filter logic such that...

This PR superceeds @TylerLeonhardt's old #125 which should now be closed. It modifies the VS Code settings to make building and debugging within VS code much more straightforward.