This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
ChromaTerm v0.5.2
- #74 - ChromaTerm can now run a program and make it look like it lives on the controlling terminal. Simply prepend your command with
ct
. This is useful for coloring programs likect less file.log
. You should still pipe when possible as it's simpler and more logical to look at. - #75 - Some special ANSI codes were not being handled (ignored) appropriately, causing some rules to incorrectly not match.
Thanks to @aaronols for raising the issues above.
Upgrade with
pip3 install -U chromaterm