ripgrep
ripgrep copied to clipboard
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
#### Describe your bug. `cross-rs` changed it's [behavior](https://github.com/cross-rs/cross/issues/969#issuecomment-1193204537), which will break the [release.yml](https://github.com/BurntSushi/ripgrep/blob/master/.github/workflows/release.yml) workflow. I fixed this on my use case by [deprecating `cross-rs` and just building on the native...
Hi, the current releases for arm64 Linux is based on gnu and not musl. As a result, the binary is dynamically linked: ```bash $ https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep-14.1.0-aarch64-unknown-linux-gnu.tar.gz $ file rg && ldd...
#### Describe your feature request In the `ignore` crate, `WalkerBuilder::override` allows you to pass in overrides, which use ignore globs with the meaning of "!" inverted. For ripgreps `-g` option...
### 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 13.0.0 -SIMD...
#### What version of ripgrep are you using? ripgrep 11.0.2 #### How did you install ripgrep? from the archlinux repository #### What operating system are you using ripgrep on? archlinux,...
Derive `Arbitrary` for `Glob` struct. This feature is optional so the derive will only take place when the feature is enabled. This feature is mandatory when using Glob in fuzz...
This PR removes an unnecessary loop from replace_bytes in line_buffer. I also added tests for some cases not covered (empty string, same byte replaced, nothing found in a non-empty string)....
On Ctrt-C stop all threads currently writing to the terminal, ignoring whatever they have locked, and write the ANSI-Reset code directly to the terminal, then exit. This uses `pthread_kill()` or...
This file came alongside MODULE.bazel and I should have added it here previously
Just adding `vue` as a valid flag to pass to `-t`. Using `rg -tvue ` now works.