• Stars
    star
    77
  • Rank 402,504 (Top 9 %)
  • Language
    PowerShell
  • License
    MIT License
  • Created about 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Write inline progress bars in PowerShell.

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.