aki-mcolor

aki-mcolor program is mark up text with color.

Features

aki-mcolor is mark up text with color.

command: `aki-mcolor` -H

Quick install

  1. you can install this into cargo bin path:

cargo install aki-mcolor

  1. you can build debian package:

cargo deb

and install .deb into your local repository of debian package.

Examples

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> result-out-1