Crates.io | search_tool |
lib.rs | search_tool |
version | 0.1.1 |
source | src |
created_at | 2024-11-28 04:19:01.961403 |
updated_at | 2024-11-28 04:33:14.917393 |
description | A CLI tool to search for a pattern in a file and display the lines that contain it. |
homepage | https://github.com/Blasberg15-hue/search_tool |
repository | https://github.com/Blasberg15-hue/search_tool |
max_upload_size | |
id | 1463911 |
size | 2,624 |
"# Search Tool"
A CLI tool to search for a pattern in a file and display the lines tha contain the pattern
Installation
To install the "search_tool" crate, add it to your 'Cargo.toml'
Use
To use this crate you need to use the command "search" Example: cargo run --bin "path/to/your/directory" -- search "Your_pattern" "path/to/your/file.txt"