A PowerShell ProgressBar in XAML using Material Design in XAML Toolkit from ButchersBoy
$progressBar = New-ProgressBar -IsIndeterminate $true -MaterialDesign -Type Circle
Write-ProgressBar -Activity "Doing things" -ProgressBar $progressBar -Status "Status" -CurrentOperation "Current Operation"
Result:
The website has a little utility that will help you pick your available options
- Automated Screenshots for documentation
- Backwards compatibility and ??Server 2012 Compatibility??
- Closing progressbar shrinks it to notification tray
- Branding (.ico, Banner, Background)
- Add MahApps styling
Nothing too formal.
- Find an issue / feature reqeust or create your own here
- Assign it to yourself
- Fork it
- Code it
- Submit the pull request to the Development branch.
- I'll verify with testing everything looks good and then merge it with the master, and add it to the PowerShell Gallery