Skip to content

umaumax/termcolor_plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal ANSI color library

  • termcolor wrapper library
  • header only library

how to use

std::string str = tc::yellow("yellow text");
std::cout << tc::cout_blue("blue text only stdout output") << std::endl;
std::cerr << tc::cerr_cyan("cyan text only stderr output") << std::endl;

how to build and run example

git submodule update -i
ninja

./main

dependence

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages