Skip to content

Commit

Permalink
Further README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-harvey committed Feb 1, 2020
1 parent 3919ec3 commit 96a99e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ end

## Features

* Presents a [DRY initialization interface](#configuring-columns): by being "column based", rather than
"row based" it spares the developer the burden of syncing the ordering within the header row
with that of the body rows.
* Lets you set [fixed column widths](#fixed-column-widths), then either [wrap](#overflow-handling)
or [truncate](#overflow-handling) the overflow.
* Alternatively, ["pack"](#pack) the table so that each column is automatically just wide enough for
* Alternatively, you can ["pack"](#pack) the table so that each column is automatically just wide enough for
its contents, but [without overflowing the terminal horizontally](#max-table-width).
* Alignment of cell content is [configurable](#cell-alignment), but has helpful content-based
defaults (numbers right, strings left).
Expand All @@ -61,8 +64,6 @@ end
* Apply [colours](#colours-and-styling) and other styling to table content and borders, without breaking the table.
* Easily [transpose](#transposition) the table, so that rows are swapped with columns.
* Choose from multiple [border configurations](#borders), including Markdown, "ASCII", and smoothly joined Unicode border characters.
* Use a [DRY initialization interface](#configuring-columns): by being "column based", it is
designed to spare the developer the burden of syncing the ordering within the header row with that of the body rows.

Tabulo has also been ported to Crystal (with some modifications): see [Tablo](https://github.com/hutou/tablo).

Expand Down

0 comments on commit 96a99e8

Please sign in to comment.