❔ Progress Bar in PowerShell Cmdlet without changing the PowerShell Script (Write-Progress)
In a Project of mine, I have multiple Cmdlets. Currently I'm just logging information to the console. Instead I would like to see a Progress Bar, how far the current Process has finished.
8 Replies
So you need help with what exactly?
Getting the progress information or displaying the progress bar in a console app?
Displaying the Progress Bar. In Powershell ISE preferably
GitHub
GitHub - gui-cs/Terminal.Gui: Cross Platform Terminal UI toolkit fo...
Cross Platform Terminal UI toolkit for .NET. Contribute to gui-cs/Terminal.Gui development by creating an account on GitHub.
search for gui elements for the console
progress bars are not a rare requirement, so you should be able to find something online
Stack Overflow
Progress bar in console application
I'm writing a simple c# console app that uploads files to sftp server. However, the amount of files are large. I would like to display either percentage of files uploaded or just the number of files
GitHub
GitHub - Mpdreamz/shellprogressbar: ShellProgressBar - display prog...
ShellProgressBar - display progress in your console application - GitHub - Mpdreamz/shellprogressbar: ShellProgressBar - display progress in your console application
Thanks
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.