C++ library to show various amount of progresses at the bottom of the terminal
| example | ||
| .gitignore | ||
| Progress.cpp | ||
| Progress.h | ||
| README.md | ||
| StatusBarManager.cpp | ||
| StatusBarManager.h | ||
Terminal Status Line
This simple utility allows you to easily print progress messages at the bottom of any program that outputs to STDOUT. Part of this code has been adapted from the package manager apt.
Example
An example of this in action can be found in the example folder and compiled with make.