tml

Lightweight markup language for formatting terminal output with colors and styles

brewmacoslinux
Try with needOr install directly
Source

About

Tiny markup language for terminal output

Commands

tml

Examples

Convert TML markup file to formatted terminal output$ tml input.tml
Apply bold and color formatting to text$ echo '[bold red]Error:[/bold red] Something went wrong' | tml
Create colored terminal output with nested formatting$ tml -c '[green]✓ Success[/green] - [dim]Process completed[/dim]'