Created PorcelainTable class#31
Conversation
|
Can you add tests to this, similar to the GitHub table tests? |
|
Yeah, sure. Sorry for not doing this upfront. Also, I'll add the table to the main init.py |
|
Dunno why build failed, probably took too long. Also another thing. |
|
Ugh, why did that break. I'll look into why ssh-add is prompting for a password for an ssh key with no password set. Your PR looks fine so I'll merge it. I can't run multiple Travis jobs per build because Coveralls.io doesn't combine coverage from Travis and AppVeyor. I have to combine all coverage myself and then send it from Travis once. The colors thing is a bit out of scope for terminaltables. If you want to remove colors I would do it in your application. Either regex strip it out before passing strings to terminaltables or use colorclass which can strip colors. |
|
Thanks. I just check if I pass table type as porcelain and if so just not apply color: |
|
There's an issue for that: #5 |
|
Cool. Word wrap is very tricky as it involves many design decisions (which column to wrap, etc.) When is a new version expected to be released? |
|
Probably not for a long time unfortunately. I've got one or two other projects I want to work on before taking care of more issues here. Maybe in a month I can consider making a quick release. |
|
Well with your coverage I'd consider just doing ci. I'll keep an eye out for release though, thanks! |
|
FYI I've just released a new version. |
|
nice, thanks for the heads up! |
Added a class that'll emulate
git --porcelainoption, useful for stuff (at least I'll use it 😄 ).