Programa que facilita la salida de texto con color y formato en la terminal.
$ echo "<bold><yellow># Título grande en amarillo negrita</yellow></bold>" | tml
$ echo "Normal, <italic>cursiva</italic>, <underline>subrayado</underline>, <dim>atenuado</dim>." | tml
$ echo "<bold><red_bg><white>ERROR con fondo rojo y texto blanco</white></red_bg></bold>" | tml
$ echo "Esto es <red>rojo</red>, <green>verde</green> y <blue>azul</blue>." | tml
$ echo "<bold><green>ERROR con texto </green><underline><red>rojo</red></underline></bold>" | tml