ripgrep icon indicating copy to clipboard operation
ripgrep copied to clipboard

ripgrep recursively searches directories for a regex pattern while respecting your gitignore

Results 214 ripgrep issues
Sort by recently updated
recently updated
newest added

Bstr version 1.0 was released with a new MSRV of 1.60. I understand from the README that ripgrep has a MSRV of 1.34 so upgrading isn't directly an option.. However...

#### What version of ripgrep are you using? ripgrep 13.0.0 -SIMD -AVX (compiled) +SIMD +AVX (runtime) #### How did you install ripgrep? Using Cargo With This Command `cargo install ripgrep`...

question

V (http://vlang.io) uses '.v' files.

Hello, I am reviewing potentially clippy false-positive/false-negative after a change to `clippy::derivable_impls`. In this case the lint seems correct unless the manual implementation is to emphasise the `strip_dot_prefix: false`. In...

#### What version of ripgrep are you using? ripgrep 0.8.1 -SIMD -AVX #### What operating system are you using ripgrep on? Archlinux (4.15.3-2-ARCH), also Ubuntu 16.04 #### Describe your question,...

bug
gitignore

#### Describe your feature request [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) is a way to fetch precompiled binaries without the need to build from source. It is meant to speed up installing new cargo tools....

enhancement
help wanted

When searching subdirectories the path was not correctly build and included duplicate parts. This fix will remove the duplicate part if possible. It also contains a small optimization that will...

#### Describe your feature request It would be nice if there was a shorter version of the `--files-without-match` argument to ripgrep. While `ripgrep` can't use `-L` (like `grep`, `ag`, and...

enhancement
question

#### What version of ripgrep are you using? ``` ripgrep 13.0.0 -SIMD -AVX (compiled) ``` #### How did you install ripgrep? ``` apt-get install ripgrep ``` #### What operating system...

enhancement

#### What version of ripgrep are you using? ripgrep 11.0.1 -SIMD -AVX (compiled) +SIMD +AVX (runtime) #### How did you install ripgrep? Compiled from repo. #### What operating system are...

bug
question