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

Consider adding a console-based, cross-platform implementation of Show-Ast (module ShowPSAst) #244

Open mklement0 opened 3 months ago

mklement0 commented 3 months ago

Summary of the new feature / enhancement

Show-Ast is a great tool for interactive exploration of ASTs (abstract syntax trees) underlying a given piece of PowerShell code.

However, it is WinForms-based and thereby by definition Windows-only.

It would be great if a console-based, cross-platform implementation were made available.

Proposed technical implementation details (optional)

No response