Results 29 issues of Robpol86

So this can be done: ``` +--------------------------+-----+---------+ | Item | Qty | Price | +--------------------------+-----+---------+ | SUPERMICRO MBD-X9SCM-F-O | 1 | $168.99 | | Intel Core i3-2100 | 1 |...

![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...

Click's documentation seems to have a Sphinx directive that invokes functions and displays the output in HTML.

Provide API in terminaltables for textwrap instead of having developers do it themselves.

enhancement

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

enhancement

The default is to hide the title if it doesn't fit. I didn't remember this until I was done writing truncating code. Saving it here for future reference. ``` python...

Currently we only have: `self.justify_columns = dict() # {0: 'right', 1: 'left', 2: 'center'}` Add: `self.justify_rows = dict() # {0: 'top', 1: 'middle', 2: 'bottom'}` `self.justify_cells = dict() # {(0,...

Implement `table.title_cb` which accepts a function/lambda that handles titles that won't fit in the top border. Function signature expected: ``` :param str title: The title to overlay on the top...

Currently everything is vertically aligned to the top. Add option to support middle and bottom alignments.

I have two LG UltraFine 5K displays (27MD5KL-B) and the software only adjusts brightness for one of them.