| Crates.io | mite |
| lib.rs | mite |
| version | 0.1.0 |
| created_at | 2025-01-08 08:17:42.238728+00 |
| updated_at | 2025-01-08 08:17:42.238728+00 |
| description | A command-line tool for searching words in files. |
| homepage | |
| repository | https://github.com/thejohncaleb/mite |
| max_upload_size | |
| id | 1508291 |
| size | 10,855 |
Mite is a command-line file reader that allows you to search for a specific word within a file and prints the line containing that word. Interestingly, "Mite" is a Japanese word meaning "Look" (見て).
To install Mite, clone the repository and build the project using Cargo:
git clone https://github.com/thejohncaleb/mite.git
cd mite
cargo build --release
To use Mite, run the following command:
mite <word> <file_path>
<word>: The word you want to search for in the file.<file_path>: The path to the file you want to search.Example:
mite example /path/to/file.txt
This command will print the line containing the word "example" from the specified file.
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.