Registry / cli / barkeep

barkeep

JSON →
library0.1.5vcpkgunverified

Small C++ header to display async animations, counters, progress bars, and status messages.

vcpkg install barkeep
INSTALL
IMPORT
SIG · BARKEEP
B
barkeep
clicppv0.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

barkeep.hpp
#include <barkeep.hpp>

Displays a progress bar that updates as work progresses.

#include <barkeep.hpp> #include <thread> int main() { barkeep::progress_bar bar("Processing", 100); for (int i = 0; i < 100; ++i) { std::this_thread::sleep_for(std::chrono::milliseconds(10)); bar.update(i + 1); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
Resources

No resource links recorded.

barkeep — pip install barkeep · libregistry