andersonpgrep 0.1.0

a tool to grep lines from a file
Documentation
  • Coverage
  • 18.75%
    6 out of 32 items documented5 out of 20 items with examples
  • Size
  • Source code size: 20.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 536.36 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • andersonphiri

andersonpgrep

andersonpgrep is a cmd tool to find text in a lines of text how to run: andersonpgrep <query> <path to file> to run in ignorecase set the enviroment variable to any value for example: in unix IGNORE_CASE=1 andersonpgrep hello file.txt or using powershell in windows $env:IGNORE_CASE=1
the run
andersonpgrep hello file.txt