ConsoleGuiTools icon indicating copy to clipboard operation
ConsoleGuiTools copied to clipboard

Can we make the text in `Out-ConsoleGridView` selectapble/copy-able?

Open inwenis opened this issue 1 year ago • 2 comments

Summary of the new feature / enhancement

As a user I want to be able to select text, copy it and send it to my friends as text, opposed to a screenshot of a GUIGUI.

Proposed technical implementation details (optional)

No response

inwenis avatar Feb 03 '25 09:02 inwenis

I have a similar need... I found the easiest workaround for now @inwenis is to use ConvertTo-Csv | Set-Clipboard.

kchenery avatar Aug 19 '25 03:08 kchenery

Shift drag works.

But copy to clipboard should be a feature.

tig avatar Aug 20 '25 12:08 tig