https://github.com/gravejester/psInlineProgress
Write inline progress bars in PowerShell.
https://github.com/gravejester/psInlineProgress
Last synced: 4 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T20:27:26.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T17:36:27.279Z (7 months ago)
- Language: PowerShell
- Homepage:
- Size: 11.7 KB
- Stars: 92
- Watchers: 8
- 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.