Skip to content

mimseyedi/lenz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Introduction

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.

Usage

$ lenz "query" /path/to/your/file.txt /path/to/another/file.txt ...

Help

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.

Contributing

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.

About

lenz is a simple CLI for navigating and finding strings in files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages