C++ library to show various amount of progresses at the bottom of the terminal
Go to file
2025-10-27 17:07:57 +02:00
example Added everything 2025-10-27 17:07:57 +02:00
.gitignore Added everything 2025-10-27 17:07:57 +02:00
Progress.cpp Added everything 2025-10-27 17:07:57 +02:00
Progress.h Added everything 2025-10-27 17:07:57 +02:00
README.md Added everything 2025-10-27 17:07:57 +02:00
StatusBarManager.cpp Added everything 2025-10-27 17:07:57 +02:00
StatusBarManager.h Added everything 2025-10-27 17:07:57 +02:00

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.