https://github.com/travisspomer/consoleprogress
Allows you to show the progress of your scripts in the taskbar, like native Windows file copy operations do.
https://github.com/travisspomer/consoleprogress
console taskbar windows
Last synced: 11 months ago
JSON representation
Allows you to show the progress of your scripts in the taskbar, like native Windows file copy operations do.
- Host: GitHub
- URL: https://github.com/travisspomer/consoleprogress
- Owner: TravisSpomer
- License: mit
- Created: 2021-08-11T19:36:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T19:37:20.000Z (over 4 years ago)
- Last Synced: 2025-02-02T05:26:27.030Z (about 1 year ago)
- Topics: console, taskbar, windows
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
# ConsoleProgress
Allows you to show the progress of your scripts in the taskbar, like native Windows file copy operations do.
## Usage
```
Usage:
ConsoleProgress [ reset | indeterminate | flash | [ normal | warning | error ] [ 0-100 ] ]
Usage examples:
ConsoleProgress reset - returns the console to normal
ConsoleProgress indeterminate - sets the state to indeterminate
ConsoleProgress normal 25 - sets the state to normal and the progress to 25%
ConsoleProgress warning - sets the state to warning without changing the progress
ConsoleProgress 100 - sets the progress to 100% without changing the state
ConsoleProgress flash - flash to get the user's attention
```
## Building
Open the solution file in Visual Studio and press F5. Building from the command line is left as an exercise for the reader.
## Windows Terminal and other virtual terminals
This tool works with the default console host in all versions of Windows through Windows 10. **It does not work with Windows Terminal or other virtual terminals.**
---
© 2014-2021 Travis Spomer. [MIT license](License.txt).