aki-mcolor program is mark up text with color.
aki-mcolor is mark up text with color.
command:
`aki-mcolor` -H
cargo install aki-mcolor
cargo deb
and install .deb into your local repository of debian package.
command line:
cat text-file | aki-mcolor -r "^Error" -g "Ok\(.*\)"
command line:
text
echo "abcabca" | aki-mcolor -r "ca"
result output:
text
ab<span style="color:red;">ca</span>b<span style="color:red;">ca</span>