ConsoleGuiTools icon indicating copy to clipboard operation
ConsoleGuiTools copied to clipboard

Fixes #116 - Adds a `MinUI` switch to OCGV for a minimal look & feel

Open tig opened this issue 5 years ago • 3 comments
trafficstars

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 filter edit box are redundant and in the way.

Get-PSProfile | Out-ConsoleGridView -OutputMode Single -Title 'PS Profiles' -Filter ISE"

image

Get-PSProfile | Out-ConsoleGridView -OutputMode Single -Title 'PS Profiles' -Filter ISE -MinUi"

image

I imagine someone might argue that the Filter edit box should be included with -MinUI. I've left it out because a) the -Filter parameter makes it easy to specify up front and b) a future enhancement could be a keyboard shortcut that toggled it on and off (e.g. F3) (this would be independent of -MinUI)...or another parameter (e.g. -ShowFilter) could do that.

tig avatar Oct 01 '20 20:10 tig

This PR is dependent on #115

tig avatar Oct 03 '20 00:10 tig

@andschwa this PR is still relevant. I'd love to see it incorporated. I've fixed the merge issue and a visual artifact that appeared with the latest Terminal.Gui.

tig avatar Aug 03 '22 22:08 tig

@andschwa This PR is ready for review.

tig avatar Aug 03 '22 23:08 tig

Closing because this was already merged with https://github.com/PowerShell/GraphicalTools/pull/166,

tig avatar Aug 24 '22 12:08 tig