https://github.com/christopherosthues/colortext
A C++ library for colored terminal outputs
https://github.com/christopherosthues/colortext
c-plus-plus colored colortext linux output terminal terminal-colors
Last synced: 7 months ago
JSON representation
A C++ library for colored terminal outputs
- Host: GitHub
- URL: https://github.com/christopherosthues/colortext
- Owner: christopherosthues
- License: mit
- Created: 2018-01-10T08:55:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T13:24:18.000Z (over 7 years ago)
- Last Synced: 2025-01-25T14:23:01.950Z (8 months ago)
- Topics: c-plus-plus, colored, colortext, linux, output, terminal, terminal-colors
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colortext
Colortext is a c++-library for simple colored text outputs.
It provides constants to be added to an output stream and methods in which optionally the colored output can be
disabled.# License
This library is published under the terms of the [MIT License](LICENSE).