Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.51 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.51 KB

Board Status

PoshProgressBar

A PowerShell ProgressBar in XAML using Material Design in XAML Toolkit from ButchersBoy

Sample usage

$progressBar = New-ProgressBar -IsIndeterminate $true -MaterialDesign -Type Circle
Write-ProgressBar -Activity "Doing things" -ProgressBar $progressBar -Status "Status" -CurrentOperation "Current Operation"

Result:

Sample Progress Bar

The website has a little utility that will help you pick your available options

TODO

  1. Automated Screenshots for documentation
  2. Backwards compatibility and ??Server 2012 Compatibility??
  3. Closing progressbar shrinks it to notification tray
  4. Branding (.ico, Banner, Background)
  5. Add MahApps styling

Contribution Guidelines

Nothing too formal.

  1. Find an issue / feature reqeust or create your own here
  2. Assign it to yourself
  3. Fork it
  4. Code it
  5. Submit the pull request to the Development branch.
  6. I'll verify with testing everything looks good and then merge it with the master, and add it to the PowerShell Gallery