grss_clone 0.2.0

A command-line search tool similar to grep
Documentation

grrs

A command-line tool to search files, written in Rust. Following the tutorial here: [https://rust-cli.github.io/book/tutorial/](Rust Client Tutorial)

Installation

cargo install grss_clone

Usage

grss_clone <pattern> <path>

Where:

pattern: The text pattern to search for path: The path to the file to search in

Example

grss_clone "hello" test.txt

License

This project is licensed under:

MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)