PowerShell / ConsoleGuiTools

Modules that mix PowerShell and GUIs/CUIs!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.ConsoleGuiTools
MIT License
759 stars 52 forks source link

Add the ability to add colour and styling via $PSStyle #211

Open lexiismadd opened 11 months ago

lexiismadd commented 11 months ago

Summary of the new feature / enhancement

Please add the ability to add colour and styling and ANSI rendering to the lines in the gridview using the $PSStyle automatic variable. This would allow people to highlight entries that need attention through either colour or styling

Proposed technical implementation details (optional)

No response

tig commented 11 months ago

Great idea. Terminal.Gui has an Issue tracking support rendering ANSI.

https://github.com/gui-cs/Terminal.Gui/issues/1097