Skip to content

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

License

Notifications You must be signed in to change notification settings

Tiberriver256/PoshProgressBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published