| Crates.io | grrs_clone |
| lib.rs | grrs_clone |
| version | 0.3.0 |
| created_at | 2025-02-09 14:02:04.544151+00 |
| updated_at | 2025-02-09 14:02:04.544151+00 |
| description | A command-line search tool similar to grep |
| homepage | https://github.com/rsimon64-gh/grrs |
| repository | https://github.com/rsimon64-gh/grrs |
| max_upload_size | |
| id | 1548979 |
| size | 39,776,031 |
A command-line tool to search files, written in Rust. Following the tutorial here: (https://rust-cli.github.io/book/tutorial/)[Rust Client Tutorial]
cargo install grrs_clone
grrs_clone <pattern> <path>
pattern: The text pattern to search for path: The path to the file to search in
grrs_clone "hello" test.txt
Changelog See the CHANGELOG for a list of all notable changes.
This project is licensed under:
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)