ripgrep recursively searches directories for a regex pattern
-
Updated
Sep 13, 2020 - Rust
Add the following tools:
For the following platforms:
There should be a clear README describing
Add a description, image, and links to the ripgrep topic page so that developers can more easily learn about it.
To associate your repository with the ripgrep topic, visit your repo's landing page and select "manage topics."
Something goes south when accidentally entering '+' or presumably other regex characters, this might be because of how strings are managed on the python side. Could there be some way to escapte these characters before filtering?