grrs_clone

Crates.iogrrs_clone
lib.rsgrrs_clone
version0.3.0
created_at2025-02-09 14:02:04.544151+00
updated_at2025-02-09 14:02:04.544151+00
descriptionA command-line search tool similar to grep
homepagehttps://github.com/rsimon64-gh/grrs
repositoryhttps://github.com/rsimon64-gh/grrs
max_upload_size
id1548979
size39,776,031
(rsimon64-gh)

documentation

https://github.com/rsimon64-gh/grrs#readme

README

grrs_clone

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 grrs_clone

Usage

grrs_clone <pattern> <path>

Where:

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

Example

grrs_clone "hello" test.txt

Changelog See the CHANGELOG for a list of all notable changes.

License

This project is licensed under:

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

Commit count: 0

cargo fmt