aki-mcolor program is mark up text with color.
aki-mcolor is mark up text with color.
text
aki-mcolor --help
```text Usage: aki-mcolor [options]
mark up text with color
Options:
-r, --red
-H, --help display this help and exit -V, --version display version information and exit
Option Parameters:
Environments: AKIMCOLORCOLORSEQREDST red start sequence specified by ansi AKIMCOLORCOLORSEQGREENST greep start sequence specified by ansi AKIMCOLORCOLORSEQBLUEST blue start sequence specified by ansi AKIMCOLORCOLORSEQCYANST cyan start sequence specified by ansi AKIMCOLORCOLORSEQMAGENDAST magenda start sequence specified by ansi AKIMCOLORCOLORSEQYELLOWST yellow start sequence specified by ansi AKIMCOLORCOLORSEQED color end sequence specified by ansi ```
text
cargo install aki-mcolor
text
cargo deb
and install .deb into your local repository of debian package.
Makes "ca
" red and "b
" green in standard input text.
echo "abcabca" | aki-mcolor -r "ca" -g "b"
result output :
![out abcabca image]
Extract "arm
" from the rustup target list and make "musl
" green and "android
" cyan.
rustup target list | aki-mline -e arm | aki-mcolor -g "musl" -c "android"
result output :
![out rustup image]
See [fn execute()
] for this library examples.