ConsoleGuiTools icon indicating copy to clipboard operation
ConsoleGuiTools copied to clipboard

[Feature Request] Check-box selection for `Out-GridView`

Open GeeLaw opened this issue 5 years ago • 0 comments
trafficstars

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 by holding Shift, and add a particular item to selection by holding Ctrl. It would be much better if the user can do this more easily, without holding a key.

Screen Shot 2020-03-07 at 6 27 35 PM

Windows File Explorer provides check-box selection. Out-GridView can implement this, too.

Capture

GeeLaw avatar Mar 09 '20 21:03 GeeLaw