instantnews icon indicating copy to clipboard operation
instantnews copied to clipboard

Added color output support

Open wilt00 opened this issue 6 years ago • 1 comments

These changes are much more a matter of taste than my other fixes, so I'm giving them their own branch and pull request.

This pull request implements simple (and kind of poorly optimized) colorization for news output. A more robust solution would probably be to use termcolor (https://pypi.python.org/pypi/termcolor) but this was simple enough to do.

The full list of colors is here: http://ascii-table.com/ansi-escape-sequences.php

wilt00 avatar Oct 09 '17 01:10 wilt00