Crates.io | aki-mcycle |
lib.rs | aki-mcycle |
version | 0.1.29 |
source | src |
created_at | 2021-02-08 08:56:46.010315 |
updated_at | 2024-06-19 16:59:59.510312 |
description | mark up text with cycling color |
homepage | |
repository | https://github.com/aki-akaguma/aki-mcycle |
max_upload_size | |
id | 352228 |
size | 102,508 |
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.