flic is a simple command line tool to view the line in a file that contains a
specified string. It is similar to the unix command grep
but
simpler to use.
git clone https://github.com/meitrix8208/flic.git
cd flic
cargo install --path .
flic <pattern> <file>