gravejester / psInlineProgress

Write inline progress bars in PowerShell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psInlineProgress

This module exposes just one function; Write-InlineProgress, which lets you write inline progress bars in PowerShell.

Installation

If you have PowerShellGet, you can install it with:

Install-Module psInlineProgress

Else, you would have to download the zip from this repository and manually unpack it to one of the module paths on your system.

How to use it

See my blog post to see examples of how to use it.

About

Write inline progress bars in PowerShell.

License:MIT License


Languages

Language:PowerShell 100.0%