| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ripgrep-bash-completion | Distribution: openSUSE Tumbleweed |
| Version: 15.1.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sun Oct 26 16:20:59 2025 |
| Group: System/Shells | Build host: reproducible |
| Size: 23654 | Source RPM: ripgrep-15.1.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/BurntSushi/ripgrep | |
| Summary: Bash Completion for ripgrep | |
The official bash completion script for ripgrep, generated during the build.
MIT AND Unlicense
* Sun Oct 26 2025 Andrea Manzini <andrea.manzini@suse.com>
- Update to 15.1.0:
* Fix a regression with --line-buffered introduced in ripgrep 15.0.0
* Sat Oct 18 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to 15.0.0:
* Several bugs around gitignore matching have been fixed. This
includes a commonly reported bug related to applying gitignore
rules from parent directories.
* A memory usage regression when handling very large gitignore
files has been fixed.
* rg -vf file, where file is empty, now matches everything.
* The -r/--replace flag now works with --json.
* A subset of Jujutsu (jj) repositories are now treated as if
they were git repositories. That is, ripgrep will respect jj's
gitignores.
* Globs can now use nested curly braces.
* Improve performance of large values with -A/--after-context
* Mon Sep 09 2024 Michael Vetter <mvetter@suse.com>
- Update to 14.1.1:
* BUG #2884:
Fix bug where ripgrep could miss some matches that it should report.
* MISC #2748:
Remove ripgrep's simd-accel feature because it was frequently broken.
* Sat Mar 30 2024 William Brown <william.brown@suse.com>
- Change xz to zst for better compression ratios
- Remove unneeded cargo config
- Tidy up spec with cargo-packaging macros
* Fri Mar 22 2024 Gordon Leung <pirateclip@protonmail.com>
- Add requires and licenses to completion packages
* Sun Jan 07 2024 Andrea Manzini <andrea.manzini@suse.com>
- Update to ripgrep 14.1.0:
* bug fix for unbounded memory growth while walking a directory tree.
* improvements to the completions for the fish shell
- Update to ripgrep 14.0.3:
* This is a patch release with a bug fix for the --sortr flag.
- Update to ripgrep 14.0.0:
* a new major version release of ripgrep that has some new features, performance improvements and a lot of bug fixes.
* The headlining feature in this release is hyperlink support. In this release, they are an opt-in feature but may
change to an opt-out feature in the future. To enable them, try passing --hyperlink-format default.
If you use VS Code, then try passing --hyperlink-format vscode.
Please report your experience with hyperlinks, positive or negative.
* Another headlining development in this release is that it contains a rewrite of its regex engine.
You generally shouldn't notice any changes, except for some searches may get faster.
You can read more about the regex engine rewrite on my blog.
Please report your performance improvements or regressions that you notice.
* Finally, ripgrep switched the library it uses for argument parsing. Users should not notice a difference in most cases
(error messages have changed somewhat), but flag overrides should generally be more consistent.
For example, things like --no-ignore --ignore-vcs work as one would expect
(disables all filtering related to ignore rules except for rules found in version control systems such as git).
* BREAKING CHANGES:
rg -C1 -A2 used to be equivalent to rg -A2, but now it is equivalent to rg -B1 -A2.
That is, -A and -B no longer completely override -C. Instead, they only partially override -C.
- dropped ruby build dependency and embedded shell completions/man generation in the build process
* Sat Dec 24 2022 Matej Cepl <mcepl@suse.com>
- Enable building of the pcre2 feature.
* Mon Jun 20 2022 William Brown <william.brown@suse.com>
- Automatic update of vendored dependencies
* Tue May 24 2022 William Brown <william.brown@suse.com>
- Automatic update of vendored dependencies
* Wed Jul 14 2021 Andreas Schneider <asn@cryptomilk.org>
- Build with rust flags
- Add obs service file
/usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/rg /usr/share/licenses/ripgrep-bash-completion /usr/share/licenses/ripgrep-bash-completion/LICENSE-MIT /usr/share/licenses/ripgrep-bash-completion/UNLICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Oct 29 22:24:05 2025