search_file

Crates.iosearch_file
lib.rssearch_file
version0.1.1
sourcesrc
created_at2022-08-15 09:59:29.140462
updated_at2022-08-15 10:27:23.346337
descriptionyet another grep utility
homepage
repository
max_upload_size
id645824
size6,551
Parbez (imranbarbhuiya)

documentation

README

Search File

This is a grep like tool for searching lines which contains a given keyword in a file.

Installation

Using Prebuilt Binaries
  • With Bash
    curl -fsSL "https://bina.egoist.dev/imranbarbhuiya/search_file" | sh
    

    Using Bina

  • Manual Installation

    Prebuilt binaries are available for Windows, Linux, and macOS and can be found attached to the latest release.

Building From Source

Install Rust and then run:

cargo install search_file

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.

Commit count: 0

cargo fmt