https://github.com/krishnamodepalli/colors.h
A simple header-only library for coloured text output onto the terminal console
https://github.com/krishnamodepalli/colors.h
Last synced: 3 months ago
JSON representation
A simple header-only library for coloured text output onto the terminal console
- Host: GitHub
- URL: https://github.com/krishnamodepalli/colors.h
- Owner: krishnamodepalli
- Created: 2023-10-31T17:34:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-25T17:24:11.000Z (over 1 year ago)
- Last Synced: 2025-01-25T07:07:27.434Z (4 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# *Colors* in cpp
This is a simple header only cpp programmed api to log messages to console
with colors and more. Mostly all the terminals now-a-days can use and
show colors unlike the MS-DOS old-aged computers. Almost all the linux
distro's from the starting have been supporting the colored output on
the terminal. This api provides simple coloring of the text in all the
basic available colors to the console.### Which colors:
The following colors are available in this api. See more at docs for
documentation.- Red
- Green
- Yellow
- Blue
- Magenta
- Cyan## TODO:
- [X] Add other manipulation like underlines and bold text