Introduction | Usage | Help | Contributing
lenz is a command-line utility for searching and Browse files. It allows users to quickly find specific text patterns within files, with options for case-insensitive matching, counting occurrences, and different display modes.
lenz is a personal and practical project for learning the Rust programming language better. Lenz is definitely not meant to compete with big tools like grep and its variants, it is just a practical and educational project.
$ lenz "query" /path/to/your/file.txt /path/to/another/file.txt ...
The best guide can be the (-h, --help) option.
Usage: lenz [QUERY] [FILEs]... [OPTION]
Lenz is a simple CLI for browsing files to find words.
Options:
-i, --ignore-case Perform case insensitive matching.
-c, --count Counting matches in files.
-p, --page-view Page view.
-h, --help Show this message and exit.
-v, --version Display version and exit.
Students and Rust enthusiasts who have just started learning the language can participate in this project to learn more and understand the development of Rust projects and open source projects.
You can submit a pull request to participate.