Tbg is a table generator. It reads Markdown-like input and generates a table using box-drawing characters.
tbg [file]
Table definition consist of hyphens creating each column's header and pipes separating each column.
The outer pipes and the header row are optional.
Cells can vary in width and do not need to be perfectly aligned within columns. There must be at least one hyphen in each column of the header row.
You can align text to the left, right, or center of a column by including colons to the left, right, or on both sides of the hyphen(s) within the header row.