Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 898 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 898 Bytes

styli.sh

text formatter and renderer for the shell

overview

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.

setup

  1. include styli.sh in your awesome program as a git submodule, or just copy the source.
  2. source the formatter script before evaluating program output.

usage

see the usage dir. our usage docs are auto-generated by styli.sh (woah).