aki-mcycle

the mark up text with cycling color program.

Features

Command help

aki-mcycle --help

``` Usage: aki-mcycle [options]

mark up text with the cyclic color.

Options: -e, --exp write it in the cyclic color (default: ' ([0-9A-Z]{3,}):')

-H, --help display this help and exit -V, --version display version information and exit

Option Parameters: regular expression, color the entire match with the cyclic color.

Environments: AKIMCYCLECOLORSEQREDST red start sequence specified by ansi AKIMCYCLECOLORSEQGREENST green start sequence specified by ansi AKIMCYCLECOLORSEQBLUEST blue start sequence specified by ansi AKIMCYCLECOLORSEQCYANST cyan start sequence specified by ansi AKIMCYCLECOLORSEQMAGENDAST magenda start sequence specified by ansi AKIMCYCLECOLORSEQYELLOWST yellow start sequence specified by ansi AKIMCYCLECOLORSEQED color end sequence specified by ansi ```

Quick install

  1. you can install this into cargo bin path:

cargo install aki-mcycle

  1. you can build debian package:

cargo deb

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

Examples

Command line example 1

Extract "arm" from the rustup target list and make "linux-[^ ]+" color.

rustup target list | aki-mline -e arm | aki-mcycle -e "linux-[^ ]+"

result output :

![out rustup image]

Library example

See [fn execute()] for this library examples.

Changelogs

This crate's changelog here.

License

This project is licensed under either of

at your option.