dfinke / OutTabulatorView

PowerShell - Sending output to an interactive table in a browser
MIT License
70 stars 6 forks source link

OutTabulatorView

PowerShell - Sending output to an interactive table in a browser

Grab it from the PowerShell Gallery

What's New 1.1.0

Install-Module -Name OutTabulatorView

Get Started

ps | Select Company, Name, Handles | otv -groupBy Company

In Action