https://github.com/gravejester/psInlineProgress
Write inline progress bars in PowerShell.
https://github.com/gravejester/psInlineProgress
Last synced: 2 months ago
JSON representation
Write inline progress bars in PowerShell.
- Host: GitHub
- URL: https://github.com/gravejester/psInlineProgress
- Owner: gravejester
- License: mit
- Created: 2016-04-28T16:14:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T20:27:26.000Z (about 9 years ago)
- Last Synced: 2025-03-30T09:41:23.540Z (2 months ago)
- Language: PowerShell
- Homepage:
- Size: 11.7 KB
- Stars: 99
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gravejester/psInlineProgress - Write inline progress bars in PowerShell. (PowerShell)
README
# 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](https://communary.net/2016/04/30/inline-progress-bar-in-powershell/) to see examples of how to use it.