Crates.io | makci |
lib.rs | makci |
version | 0.1.1 |
source | src |
created_at | 2024-10-06 19:39:42.438356 |
updated_at | 2024-10-06 20:17:28.900536 |
description | A tool to search files |
homepage | https://github.com/makuo12/grrs |
repository | https://github.com/makuo12/grrs |
max_upload_size | |
id | 1399313 |
size | 15,431 |
A command-line tool for searching files efficiently.
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.
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>