Crates.io | search_file |
lib.rs | search_file |
version | 0.1.1 |
source | src |
created_at | 2022-08-15 09:59:29.140462 |
updated_at | 2022-08-15 10:27:23.346337 |
description | yet another grep utility |
homepage | |
repository | |
max_upload_size | |
id | 645824 |
size | 6,551 |
This is a grep like tool for searching lines which contains a given keyword in a file.
Prebuilt binaries are available for Windows, Linux, and macOS and can be found attached to the latest release.
# Case sensitive match
search_file <keyword> <file>
# Case insensitive match
IGNORE_CASE=1 search_file <keyword> <file>
This is my first rust project. So I'm just learning how to create a rust project and publish it to crate.io.