An open API service indexing awesome lists of open source software.

https://github.com/splace/table

prettify text table, from tab/line, to aligned/formatted/sorted/rearranged and justified.
https://github.com/splace/table

formatted-text golang pretty-print tablayout table text unicode

Last synced: 5 months ago
JSON representation

prettify text table, from tab/line, to aligned/formatted/sorted/rearranged and justified.

Awesome Lists containing this project

README

          

# table

Overview/docs: [![GoDoc](https://godoc.org/github.com/splace/table?status.svg)](https://godoc.org/github.com/splace/table)

from:-

**Firstname** **Lastname** **Age**
Jill Smith 50
Eve Jackson 45

to:-

╭─────────────╥────────────╥───────╮
│**Firstname**║**Lastname**║**Age**│
╞═════════════╬════════════╬═══════╡
│ Eve ║ Jackson ║ 45 │
│ Jill ║ Smith ║ 50 │
╰─────────────╨────────────╨───────╯

Notice: markdown tables can be simply converted, find/replace, to tab based sources for this package.