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.
- Host: GitHub
- URL: https://github.com/splace/table
- Owner: splace
- License: mit
- Created: 2018-07-03T19:54:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T17:11:22.000Z (almost 8 years ago)
- Last Synced: 2024-12-06T22:13:37.135Z (over 1 year ago)
- Topics: formatted-text, golang, pretty-print, tablayout, table, text, unicode
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# table
Overview/docs: [](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.