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
Env: AKIMCOLORREDST red start sequence AKIMCOLORGREENST greep start sequence AKIMCOLORBLUEST blue start sequence AKIMCOLORCYANST cyan start sequence AKIMCOLORMAGENDAST magenda start sequence AKIMCOLORYELLOWST yellow start sequence AKIMCOLORED color end sequence ```
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.