ConsoleGuiTools
ConsoleGuiTools copied to clipboard
Can we make the text in `Out-ConsoleGridView` selectapble/copy-able?
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
I have a similar need... I found the easiest workaround for now @inwenis is to use ConvertTo-Csv | Set-Clipboard.
Shift drag works.
But copy to clipboard should be a feature.