2 releases

0.1.1 Oct 6, 2024
0.1.0 Oct 6, 2024

#1594 in Command line utilities

Download history 111/week @ 2024-09-30 182/week @ 2024-10-07

293 downloads per month

MIT license

6KB
61 lines

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>

Dependencies

~4–13MB
~145K SLoC