Skip to content

lamarrr/chalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chalk

Chalk

Chalk is an expressive modern C++ (17 and above) Terminal text styling API with 3/4 bit color support.

Features

  • Nested styling
  • Nested formatting

TBD

Installation

It's an header only library, Clone this repo and copy chalk.h into your projects include directory

Examples

TBD

Demo

Supported Formatting Operations

  • Bold
  • Underline
  • Italic
  • Conceal
  • Crossed Out
  • Faint
  • Rapid Blink
  • Slow Blink
  • Reverse

Supported Colors (Background & Foreground)

  • black
  • red
  • yellow
  • green
  • blue
  • magenta
  • cyan
  • white
  • bright black
  • bright red
  • bright yellow
  • bright green
  • bright blue
  • bright magenta
  • bright cyan
  • bright white

License

TBD