This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
ChromaTerm-- v0.3.0
Pre-release
Pre-release
- Added the ability to reload the config file (get a new copy of the highlight rules) on all CT instances. Just run
ct -r
and it will send a special signal (SIGUSR1) to all processes running calledct
.
Note: if the name of the binary is different (i.e. not
ct
), then -r wouldn't work. You'll have to runpkill -SIGUSR1 "patternForProcessName"
to send the signal.