Robpol86/terminaltables

Make this command line friendly.

Opened this issue · 1 comments

Maybe something like cat file.csv |python -m terminaltables and also Excel files.

ickc commented

Continue from #38: Ah, yes, similar. e.g.

terminaltables -f AsciiTable --inner-row-border=True --CHAR-H-INNER-HORIZONTAL='=' table.csv -o table.md
terminaltables -f AsciiTable --inner-row-border=True --CHAR-H-INNER-HORIZONTAL='=' < table.csv > table.md