colored-traceback.py
colored-traceback.py copied to clipboard
An option/argument to define a formatter.
Hi there,
this module really helps me debugging! Thanks for sharing!
I just noticed that the terminal formatter looks much nicer in my terminal compared to the terminal256 formatter. May I send you a PR with an implementation for an option that let's you pick a formatter?
Sure. Could it be something like --colors=16, with the options being 16 or 256?
Yes sure, I make a PR then :)
I’m actually in favor on making the terminal as default, as it looks much more "native".
I’ve got a nice 2×8 color pallette, and the default pygment colors for Python are not that pretty.