PSparklines

1.0.3

A very simple way to show text sparklines in the console

Minimum PowerShell version

4.0

Installation Options

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

Install-Module -Name PSparklines -RequiredVersion 1.0.3

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

Install-PSResource -Name PSparklines -Version 1.0.3

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

2020

Package Details

Author(s)

  • endowdly

Tags

Console Sparklines

Functions

New-EmphasisTable Add-Emphasis Set-Emphasis Get-Sparkline Show-Sparkline Write-Sparkline

Dependencies

This module has no dependencies.

Release Notes

1.0.0 -- Initial Release -- 2020 Sep 6

1.0.1 -- Patch -- 2022 Feb 2
Change PSparklines.psm1:
- Add- and Set-Emphasis functions now take switched parameters for comparisons instead of a validated string.
 This feature is in-line with Foreach- and Where-Object.
 Behavior is unchanged.

1.0.2 -- Hotfix -- 2022 Jun 19
Change PSparklines.psm1:
- Move module variable definition to top
- Change resource variable binding to allow version side-loading

1.0.3 -- Hotfix -- 2022 Jun 23
Change PSparklines.psm1
- Fix empty negative number warning on non-pipelined input.
 This error was caused by a typo in magic method call.
 Merged PR#1.

FileList

Version History

Version Downloads Last updated
2.0.1 705 10/12/2022
2.0.0 34 7/15/2022
1.0.3 (current version) 21 6/23/2022
1.0.2 26 6/19/2022
1.0.1 14 6/19/2022