Skip to content

Improve pretty-printing of tabular data

Compare
Choose a tag to compare
@0x8000-0000 0x8000-0000 released this 12 Apr 03:39
· 119 commits to master since this release

Columns are now vertically aligned, and columns that contain integer values only are right-aligned.

Example pretty-printed table:

   sales:: Vehicle Sales

       | year | type  | quantity
       | 2010 | sedan |    10000
       | 2011 | SUV   |     2000
       | 2020 | any   |      500