Added everything

This commit is contained in:
2025-10-27 17:07:57 +02:00
commit 89c5629176
8 changed files with 398 additions and 0 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# 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`.