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
Env: AKIMLINECOLORST color start sequence AKIMLINECOLORED 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.