You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2026. It is now read-only.
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