terminaltables icon indicating copy to clipboard operation
terminaltables copied to clipboard

Project no longer maintained.

Results 39 terminaltables issues
Sort by recently updated
recently updated
newest added

This PR makes the changes requested to the original PR by @legendre6891 in https://github.com/Robpol86/terminaltables/pull/42, to hopefully try and make this mergeable. Thanks!

Added ability to add separators as a row inside the table. Separators can be inserted by adding a single element list containing the SEPARATOR text; whenever a SEPARATOR is encountered...

Works on both Linux and Windows systems. Also made sure the files use UTF-8 encoding.

Added tables that directly uses Unicode characters. Useful for outputting outputs that do not support terminal control characters. --- I'm using this for outputting tables in a Jupyter notebook kernel.

![test_ascii_table 1](https://cloud.githubusercontent.com/assets/3413339/23928205/abdda57c-08db-11e7-9819-800b22a2502a.png) Screenshot tests intermittently fail because sometimes the cmd window doesn't show up on the screen (maybe it's minimized?). Need to look into a way to either always show...