A blazing🔥 fast command-line💻 tool to find🔍 text in a file🗒️ or directory📁.
Example usage: grrs <input> [<location>]
- Clone this repo with
git clone https://github.com/TFerd/grrs.git - Run
cargo build --release
TODO:
- fix verbosity
- add color highlighting to matches in files
- add file name where the phrase was found
- move reusable code into function
- fix --output flag recursion bug
- add threading
- try rayon crate for threads?
- implement the
-helpand--helpflags - add regex?
- add fuzzy search?
- unit tests