Ziyy - Simple terminal styling.
Ziyy is a markup language that allows you to style your terminal using HTML-like syntax.
For information on using Ziyy, see the Ziyy website.
Usage
Command line
As a Library
use style;
let styled = style;
Ziyy is a markup language that allows you to style your terminal using HTML-like syntax.
For information on using Ziyy, see the Ziyy website.
ziyy -c "<b>Lorem
<d> dolor sit
<b>amet consectetur
<d>adipiscing elit</d>
quisque
</b>faucibus ex sapien."
use ziyy::style;
let styled = style("<b>Lorem
<d> dolor sit
<b>amet consectetur
<d>adipiscing elit</d>
quisque
</b>faucibus ex sapien.");