| Crates.io | aki-mcycle |
| lib.rs | aki-mcycle |
| version | 0.2.0 |
| created_at | 2021-02-08 08:56:46.010315+00 |
| updated_at | 2025-09-15 13:15:55.306475+00 |
| description | mark up text with cycling color |
| homepage | |
| repository | https://github.com/aki-akaguma/aki-mcycle |
| max_upload_size | |
| id | 352228 |
| size | 141,912 |
the mark up text with cycling color program.
aki-mcycle --help
Usage:
aki-mcycle [options]
mark up text with the cyclic color.
Options:
-e, --exp <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:
<exp> regular expression, color the entire match with the cyclic color.
Environments:
AKI_MCYCLE_COLOR_SEQ_RED_ST red start sequence specified by ansi
AKI_MCYCLE_COLOR_SEQ_GREEN_ST green start sequence specified by ansi
AKI_MCYCLE_COLOR_SEQ_BLUE_ST blue start sequence specified by ansi
AKI_MCYCLE_COLOR_SEQ_CYAN_ST cyan start sequence specified by ansi
AKI_MCYCLE_COLOR_SEQ_MAGENDA_ST magenda start sequence specified by ansi
AKI_MCYCLE_COLOR_SEQ_YELLOW_ST yellow start sequence specified by ansi
AKI_MCYCLE_COLOR_SEQ_ED color end sequence specified by ansi
cargo install aki-mcycle
cargo deb
and install .deb into your local repository of debian package.
Extract "arm" from the rustup target list and make "linux-[^ ]+" color.
linux-musl' redlinux-musleabi' greenlinux-musleabihf' bluelinux-muslabi64' cyanrustup target list | aki-mline -e arm | aki-mcycle -e "linux-[^ ]+"
result output :

See fn execute() for this library examples.
This project is licensed under either of
at your option.