text formatter and renderer for the shell
styli.sh is a formatting tool for shell programs, which provides a
collection of utility functions and tags for text styling.
it also has the ability to render the formatted output to a file, or
convert this output to a different format on the fly.
we eat our own dog food. that means you can delve into the code, and see how styli.sh is used by itself to format and to render its own output.
- include styli.sh in your awesome program as a git submodule, or just copy the source.
source
the formatter script before evaluating program output.
see the usage dir. our usage docs are auto-generated by styli.sh (woah).