leonardovee / neogrep

A search tool that recursively searches the specified directory for a string occurrence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neogrep

Neogrep is a search tool that recursively searches the specified directory for a string occurrence.

Screenshot of search results

image

Usage

$ make build
$ ./target/release/neogrep $QUERY $PATH

About

A search tool that recursively searches the specified directory for a string occurrence.


Languages

Language:Rust 97.4%Language:Makefile 2.6%