aki-mline is the regex text filter program like grep.
aki-mline is match line. this is filtering text line by regex, like grep.
text
aki-mline --help
```text Usage: aki-mline [options]
match line, regex text filter, like grep.
--color <when> use markers to highlight the matching strings
-e, --exp
-H, --help display this help and exit -V, --version display version information and exit
Env: RUSTGREPCOLORST color start sequence RUSTGREPCOLORED color end sequence ```
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]
See [fn execute()
] for this library examples.