ripgrep
ripgrep copied to clipboard
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
The documentation for the `--quiet` flag is misleading with the `--files` flag. The current documentation states: ``` -q, --quiet Do not print anything to stdout. If a match is found...
I suggest rg --help (and possibly the man page) group output of command line args. I think sorted alphabetically is great as a default... but an option to see args...
This is split off from #1497 as a space to discuss specific implementation details of the indexing strategy. I'd like to keep this discussion separate so that folks won't feel...
This PR allows for explicit checking for binary existence when using the `associate` and `try_associate` methods on the `DecompressionMatcherBuilder`. I have tried to preserve the current `resolve_binary` api being a...
#### What version of ripgrep are you using? ``` % rg --version ripgrep 13.0.0 -SIMD -AVX (compiled) +SIMD +AVX (runtime) ``` #### How did you install ripgrep? Arch Linux ####...
#### Describe your feature request ripgrep support to search several patterns together by `-e` or listing patterns in a file and using `-f` to specify the file. Meanwhile, `--smart-case` option...
#### What version of ripgrep are you using? ripgrep 12.1.1 -SIMD -AVX (compiled) +SIMD +AVX (runtime) Also happens on latest master - c7730d1f3a366e42fdd497a1e0db4bf090de415c #### How did you install ripgrep? `cargo...
When i execute **apt list | rg 'apk'** Its execution result is the direct output result of rg How should I use *|rg ? thank you !
**Is your feature request related to a problem? Please describe.** When downloading binaries from a GitHub releases page, or downloads/release pages in general, it would be beneficial to have something...