Pansies icon indicating copy to clipboard operation
Pansies copied to clipboard

Powershell ANSI Escape Sequences, functions for colored output, etc.

Results 5 Pansies issues
Sort by recently updated
recently updated
newest added

I was running into errors when I type'd my functions as `[PoshCode.Pansies.RgbColor]` ![image](https://user-images.githubusercontent.com/3892031/151729850-94a899af-aa3f-497f-b9ee-bf5e0d3aa86e.png) ```ps1 $p = [PoshCode.Pansies.Palettes.X11ColorName]'maroon' New-Text 'test' -fg $p New-Text 'test' -fg ([string]$p) ``` > Cannot bind parameter...

Do you have a bootstrapping mechanism to pull down the various dependencies required to build the module?

enhancement

Use case: my team has ~200 powershell modules deployed to an enterprise nuget source. Our dependency trees are a little cumbersome. We don't want to add any dependencies if we...

enhancement
question

Hello! Why are default cmdlets reassigned in this package?

question

Since the nerd fonts are in the system, we need to adjust to the breaking change in Nerd Fonts 3.0 (they moved _and renamed_ the Material Design icons). Therefore, on...