findit

Crates.iofindit
lib.rsfindit
version0.1.3
sourcesrc
created_at2020-07-09 03:07:13.218165
updated_at2020-07-24 16:46:59.698759
descriptionA lightweight CLI for parsing files that can be read as text and finding phrases/patterns within and returning the line number it was found on and the rest of the line.
homepagehttps://github.com/tbauer428/findit/
repositoryhttps://github.com/tbauer428/findit/
max_upload_size
id262744
size21,368
Thomas (tbauer428)

documentation

README

findit

Build Status

A lightweight CLI for parsing files that can be read as text and finding phrases/patterns within and returning the line number it was found on and the rest of the line.

Eventually I want to add the ability to pass in a regex pattern, and the ability to provide multiple files.

Commit count: 38

cargo fmt