terminaltables icon indicating copy to clipboard operation
terminaltables copied to clipboard

Make this command line friendly.

Open Robpol86 opened this issue 8 years ago • 1 comments

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

Robpol86 avatar Sep 01 '15 03:09 Robpol86

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

ickc avatar Nov 12 '16 07:11 ickc