aki-mcycle

aki-mcycle is the program that mark up text with cycling color.

Features

aki-mcycle mark up text with cycling color.

text aki-mcolor --help

``` Usage: aki-mcycle [options]

mark up text with cycling color.

Options: -e, --exp regex (default: ' ([0-9A-Z]{3,}):')

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

Env: RUSTCYCLECOLORREDST red start sequence RUSTCYCLECOLORGREENST green start sequence RUSTCYCLECOLORBLUEST blue start sequence RUSTCYCLECOLORCYANST cyan start sequence RUSTCYCLECOLORMAGENDAST magenda start sequence RUSTCYCLECOLORYELLOWST yellow start sequence RUSTCYCLECOLOR_ED color end sequence ```

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.