mite

Crates.iomite
lib.rsmite
version0.1.0
created_at2025-01-08 08:17:42.238728+00
updated_at2025-01-08 08:17:42.238728+00
descriptionA command-line tool for searching words in files.
homepage
repositoryhttps://github.com/thejohncaleb/mite
max_upload_size
id1508291
size10,855
John Caleb (THEJOHNCALEB)

documentation

README

Mite - "Look" (見て)

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" (見て).

Features

  • Search for a word in a specified file
  • Display the line containing the searched word

Installation

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

Usage

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.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 10

cargo fmt