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

On Windows, glob expansion is not done by the shell (cmd.exe), but left to the individual program. That means, that currently something like this doesn't work: ```text >rg PATTERN *.txt...

question
icebox

#### What version of ripgrep are you using? https://github.com/BurntSushi/ripgrep/tree/ag/libripgrep-freeze-2 #### Describe your question, feature request, or bug. I'm excited to see the [libripgrep-freeze-2 work](https://github.com/BurntSushi/ripgrep/tree/ag/libripgrep-freeze-2). I'd love to see a best...

question
libripgrep

#### What version of ripgrep are you using? ``` ripgrep 13.0.0 -SIMD -AVX (compiled) +SIMD +AVX (runtime) ``` #### How did you install ripgrep? NixOS package. #### What operating system...

bug

#### What version of ripgrep are you using? ripgrep 0.9.0 -SIMD -AVX #### How did you install ripgrep? Fedora 29 distro package. #### What operating system are you using ripgrep...

bug

Currently ``rg --json`` provides full text of every match in submatch array item's ``match.text`` field. This ticket is to request addition of ``replace.text`` field in submatch array items. The ``replace.text``...

enhancement

#### What version of ripgrep are you using? ```bash $ rg --version ripgrep 11.0.1 (rev 1f1cd9b467) -SIMD -AVX (compiled) +SIMD -AVX (runtime) ``` #### How did you install ripgrep? Using...

#### What version of ripgrep are you using? ``` ripgrep 12.1.1 (rev 7cb211378a) -SIMD -AVX (compiled) +SIMD +AVX (runtime) ``` #### How did you install ripgrep? `sudo dpkg -i ripgrep_12*.deb...

bug

I think the `--glob` and `--type` options would be more useful if they respected ignored files. If possible, I would like there to be an option to make them behave...

question

#### What version of ripgrep are you using? ripgrep 12.1.0 (rev 1980630f17) -SIMD -AVX (compiled) +SIMD +AVX (runtime) #### How did you install ripgrep? `sudo snap install --classic`, no permissions...

#### What version of ripgrep are you using? ``` ripgrep 12.1.1 -SIMD -AVX (compiled) +SIMD +AVX (runtime) ``` #### How did you install ripgrep? brew #### What operating system are...

enhancement