aki-mline is the match line, regex text filter like a grep of linux command.
aki-mline is the match line, regex text filter like a grep of linux command.
text
aki-mline --help
```text Usage: aki-mline [options]
match line, regex text filter like a grep.
Options:
--color
-H, --help display this help and exit -V, --version display version information and exit
Option Parameters:
Environments: AKIMLINECOLORSEQST color start sequence specified by ansi AKIMLINECOLORSEQED color end sequence specified by ansi ```
text
cargo install aki-mline
text
cargo deb
and install .deb into your local repository of debian package.
Extract "arm.*-gnu
" from the rustup target list
rustup target list | aki-mline -e "arm.*-gnu"
result output :
![out rustup image]
Extract "apple
" from the rustup target list
rustup target list | aki-mline -s "apple"
result output :
![out rustup image 2]
See [fn execute()
] for this library examples.