2 releases
0.1.1 | Oct 6, 2024 |
---|---|
0.1.0 | Oct 6, 2024 |
#1440 in Command line utilities
323 downloads per month
6KB
61 lines
makci
A command-line tool for searching files efficiently.
Project Information
- Name: makci
- Version: 0.1.0
- Authors: Christian
- License: MIT
- Description: A tool to search files
- Homepage: https://github.com/makuo12/makci
- Repository: https://github.com/makuo12/makci
- Keywords: cli, search, demo
- Categories: command-line-utilities
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
~147K SLoC