Skip to content

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

License

Notifications You must be signed in to change notification settings

THEJOHNCALEB/mite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, you can use Cargo:

cargo install mite

Or you can clone the repository and build the project using Cargo:

cargo install --path .

You can also find Mite on crates.io.

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages