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 rg 0.8.0 / OS X 10.12.6 When using `rg -Tfiletype -tfiletype foo`, the exclude takes precedence over the include. Is this intentional behavior? My use case is a `.ripgreprc`...

enhancement

The problem is that in Ignore::matched, the perfix "./" is stripped from files. In Ignore::matched_ignore, the directory path is then stripped from file paths. Now imagine we have a hidden...

The fish completions now also pay attention to the configuration file to determine whether to suggest negation options and not just to the current command line. This doesn't cover all...

`SeqCst` is overly restrictive. I believe that the ordering can be appropriately modified. In `messages` model, I believe that `MESSAGES`, `IGNORE_MESSAGES`, and `ERRORED` are merely signals for multithreading purposes and...

Added installation guide for Alpine Linux or Adélie, Slackware and Solus and some small changes / fixes.

#### Describe your feature request As discussed on https://github.com/astral-sh/ruff/discussions/8403. It could be useful if `globset` allowed a custom component separator character instead of the default `/` or `\` path separator,...

question

There are many ripgrep options that take an = value. Can the help be improved to show the list of valid values? The error message should do the same. As...

#### version % rg --version ripgrep 11.0.2 -SIMD -AVX (compiled) +SIMD -AVX (runtime) #### install ripgrep? pacman -S ripgrep #### operating system % hostnamectl Operating System: Arch Linux Kernel: Linux...

enhancement
question

### Please tick this box to confirm you have reviewed the above. - [X] I have a different issue. ### What version of ripgrep are you using? ripgrep 14.0.3 ###...

bug