2 releases
0.1.1 | Aug 15, 2022 |
---|---|
0.1.0 | Aug 15, 2022 |
#14 in #case-sensitive
5KB
91 lines
Search File
This is a grep like tool for searching lines which contains a given keyword in a file.
Installation
Using Prebuilt Binaries
-
Manual Installation
Prebuilt binaries are available for Windows, Linux, and macOS and can be found attached to the latest release.
Usage
# 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.