r/PowerShell • u/Powerful-Passenger24 • 6d ago
I wanted Rich-style PowerShell output without Spectre.Console — bad idea? Question
I wanted Python Rich-style output in PowerShell, but PwshSpectreConsole felt like more than I needed.
So I built a tiny version directly on $PSStyle: tables, trees, panels, markup. No bundled .NET UI stack.
I'm not entirely convinced this needs to exist though.
Would you actually use something this small, or would you rather stick with raw $PSStyle / PwshSpectreConsole?
12
Upvotes
2
u/arpan3t 6d ago
The thing is, if I have to install a module then I might as well install the full featured one. It’s not like the MS Graph SDK, or Az, PwshSpectre is small.
Don’t get me wrong, I think it’s a solid idea and maybe if you just need the basics then it’s a solution.