Phidelux / terminal-table

Free C++ library to generate ASCII tables, simple and feature rich.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TermTab

TermTab is a free C++ library to generate ASCII tables, simple and feature rich.

Setup

Download the sources

$ git clone https://github.com/Bornageek/terminal-table

and add them to your build path.

Usage

For usage examples have a look at test.cpp.

Screenshots

ToDos

  • Proper rendering of bottom separator.
  • Improve header separation.
  • Allow column span of empty cells.
  • Implement error handling (exceptions).
    • Implemented in table.cpp
  • Improve numColumns, maybe by caching the result.

License

License

About

Free C++ library to generate ASCII tables, simple and feature rich.

License:Other


Languages

Language:C++ 98.3%Language:Makefile 1.7%