makci

Crates.iomakci
lib.rsmakci
version0.1.1
sourcesrc
created_at2024-10-06 19:39:42.438356
updated_at2024-10-06 20:17:28.900536
descriptionA tool to search files
homepagehttps://github.com/makuo12/grrs
repositoryhttps://github.com/makuo12/grrs
max_upload_size
id1399313
size15,431
Christian (Makuo12)

documentation

README

makci

A command-line tool for searching files efficiently.

Project Information

Overview

makci is a simple and efficient command-line tool built in Rust, designed for searching text within files. Whether you're a developer, data scientist, or just someone who frequently works with text files, makci provides an easy and quick way to search for specific patterns or keywords across files.

Features

  • Lightweight and fast
  • Easy to use with minimal dependencies
  • Customizable search parameters
  • Ideal for working with text data from the command line

Installation

To install makci, ensure you have Rust installed on your system. You can install Rust using rustup. Once Rust is installed, clone the repository and build the project:

# Clone the repository
git clone https://github.com/makuo12/makci.git

# Navigate to the project directory
cd makci

# Build the project
cargo build --release

# Usage
makci <pattern> <file>
Commit count: 0

cargo fmt