Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 702 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 702 Bytes

boxuni

Given this table (which can be generated with csv2table.py --header sample.csv):

+----------+--------+
| name     | color  |
+----------+--------+
| zucchini | green  |
| tomato   | red    |
| banana   | yellow |
| orange   | orange |
+----------+--------+

When passing it to stdin of boxuni, it is converted to prettier, Unicode-based:

┌──────────┬────────┐
│ name     │ color  │
├──────────┼────────┤
│ zucchini │ green  │
│ tomato   │ red    │
│ banana   │ yellow │
│ orange   │ orange │
└──────────┴────────┘