Skip to content
/ table Public

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

License

Notifications You must be signed in to change notification settings

splace/table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

table

Overview/docs: GoDoc

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages