This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
ChromaTerm v0.9.3
- #97 - Fixed issue where special ANSI codes used by
tmux
causedct
to wait longer than it should before processing data. - Fixed optimization steps being skipped when reloading config with
ct --reload
. - Added short-form program arguments (see
ct -h
). - Improved the date default rule. It will now match
MMM DD
before matchingDD MMM
. This improves highlighting when showing line numbers invi
on a line that starts withMMM DD
, likeJan 3
.
To regenerate the default rules, rename your config file (if you don't have any custom rules, you can just delete it), then run ChromaTerm. This process is manual to ensure that you are aware of any changes to your config file.
Upgrade with
pip3 install -U chromaterm