# makci A command-line tool for searching files efficiently. ## Project Information - **Name:** makci - **Version:** 0.1.0 - **Authors:** [Christian](mailto:uwau2544@email.com) - **License:** MIT - **Description:** A tool to search files - **Homepage:** [https://github.com/makuo12/makci](https://github.com/makuo12/makci) - **Repository:** [https://github.com/makuo12/makci](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](https://rustup.rs/). Once Rust is installed, clone the repository and build the project: ```bash # 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