Registry / cli / osmanip

osmanip

JSON →
library4.6.1vcpkgunverified

A cross-platform library for output stream manipulation using ANSI escape sequences.

vcpkg install osmanip
INSTALL
IMPORT
SIG · OSMANIP
O
osmanip
clicppv4.6.1
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.

osmanip.h
#include <osmanip.h>

Print colored text to the console

#include <osmanip.h> #include <iostream> int main() { std::cout << osm::color::red << "This is red text" << osm::color::reset << std::endl; return 0; }
Debug
Known issues
gotchaANSI escape sequences may not work on all terminals (e.g., Windows CMD without VT support)
fix
Enable VT processing on Windows or use a terminal that supports ANSI codes
affects: *
Upgrade
Version history
4.6.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources

No resource links recorded.

osmanip — pip install osmanip · libregistry