search_tool

Crates.iosearch_tool
lib.rssearch_tool
version0.1.1
sourcesrc
created_at2024-11-28 04:19:01.961403
updated_at2024-11-28 04:33:14.917393
descriptionA CLI tool to search for a pattern in a file and display the lines that contain it.
homepagehttps://github.com/Blasberg15-hue/search_tool
repositoryhttps://github.com/Blasberg15-hue/search_tool
max_upload_size
id1463911
size2,624
(Blasberg15-hue)

documentation

https://docs.rs/search_tool

README

"# 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"

Commit count: 0

cargo fmt