Skip to content

PwshSpectreConsole

A module of convenience functions to make it easy to use Spectre.Console in PowerShell.
PS> Set-SpectreColors -AccentColor HotPink
PS> Read-SpectreSelection -Title "What's for [hot_pink]dinner[/]?" -Choices @("Sushi", "Pizza", "Burgers", "Tacos")
What's for dinner?
 
> Sushi
  Pizza
  Burgers
 
(Move up and down to reveal more choices)