elahtrebor / tagprint.c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tagprint.c

Tag parser and printer. Takes HTML like TAGS and converts colors to ANSI color codes.
Examples:

tagprint "<green>this is a test</green><br>"

will print the string "this is a test" in the color green and then print a line break.

Supports the following ANSI colors: 

black, red, green, yellow, blue, magenta, cyan, white.

supports the following HTML equivilant tags:

line feed.

About


Languages

Language:C 100.0%