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

```text Usage: aki-mcycle [options]

mark up text with cycling color.

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

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

Env: AKIMCYCLECOLORREDST red start sequence AKIMCYCLECOLORGREENST green start sequence AKIMCYCLECOLORBLUEST blue start sequence AKIMCYCLECOLORCYANST cyan start sequence AKIMCYCLECOLORMAGENDAST magenda start sequence AKIMCYCLECOLORYELLOWST yellow start sequence AKIMCYCLECOLOR_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.