ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
Updated
Mar 22, 2022 - Rust
Add the following tools:
For the following platforms:
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?