keyword_in_file 0.1.0

A program used to find a file then search for a key word in said file
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented1 out of 2 items with examples
  • Size
  • Source code size: 5.58 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 249.99 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 00lli3

WEBSITE READING

This code peice is used to put agruements into your terminal when running cargo, to 1: Search for the file name (txt) , 2: Search for a specific word in the file.txt

HOW IT'S USED: Cargo run file_name Word_to_seach_for
To turn off search caps sensitive you can run: $env:CAPS_SENS = "true/false"