Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 478 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 478 Bytes

this is flic

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.

Installation

From source

git clone https://github.com/meitrix8208/flic.git
cd flic
cargo install --path .

Usage

flic <pattern> <file>