Pansies

1.4.0-beta01

A PowerShell module for handling color and cursor positioning via ANSI escape sequences

Minimum PowerShell version

5.0

This is a prerelease version of Pansies.
There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Pansies -RequiredVersion 1.4.0-beta01 -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Pansies -Version 1.4.0-beta01 -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Joel Bennett. All rights reserved.

Package Details

Author(s)

  • Joel Bennett

Tags

ANSI EscapeSequences VirtualTerminal Color

Cmdlets

New-Text Write-Host Get-ConsolePalette Set-ConsolePalette

Functions

ConvertFrom-iTermColors ConvertFrom-VSCodeTheme Export-PList Export-Theme Get-Complement Get-Gradient Get-Theme Import-PList Import-Theme Show-Theme

Dependencies

Release Notes


       1.4.0: Add commands to expose the console palette features
       1.3.1: Add support for x11 color names to make the drives more useful
       1.3.0: Add a RgbColor content provider that can convert colors to their escape sequences
              Add Fg: drive and Bg: drive so you can "$Fg:Red$Bg:Blue$YourMessage"
       1.2.2: Use full namespace + class name for RgbColor
       1.2.1: Fix cmdlet export so New-Text and Write-Host show back up
              Make EXTERNALHELP work for functions
              Provide help for Get-Complement
       1.2.0: Better support for using ConsoleColors
              Added Get-Complement to calculate the HSL complement or contrasting colors
              Fixed ConsolePalette so it reads the current console colors when possible
       1.1.0: Support for serialization by the Configuration module
              Fix output of "bright" color object in ConEmu (workaround ConEmu bug)
       1.0.0: Pre-release version with support for RGB colors
       

FileList

Version History

Version Downloads Last updated
2.6.1 21,839 7/18/2023
2.6.0 11,240 8/18/2022
2.5.0 11 8/18/2022
2.4.0 271 8/11/2022
2.4.0-serial... 15 7/18/2022
2.3.1 9,007 8/28/2021
2.3.0 1,091 7/19/2021
2.3.0-emoji0002 9 7/19/2021
2.1.1 4,854 1/20/2021
2.1.0 1,971 10/3/2020
2.0.0 3,140 5/8/2020
1.4.0-beta03 393 9/8/2018
1.4.0-beta02 19 9/6/2018
1.4.0-beta01 (current version) 51 9/4/2018
1.3.0 757 4/13/2020
1.3.0-beta01 41 7/23/2018
1.2.1 14,284 10/10/2017
1.2.0 22 10/10/2017
1.0.0 1,296 5/11/2017
Show less