ripgrep recursively searches directories for a regex pattern
ripgrep is a cross-platform, line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules.
ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / ripgrep
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout utilities/ripgrep && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.suse-maint.md | 0000000476 476 Bytes | |
_link | 0000000124 124 Bytes | |
_service | 0000000964 964 Bytes | |
cargo_config | 0000000100 100 Bytes | |
ripgrep-14.1.0.tar.gz | 0000584473 571 KB | |
ripgrep.changes | 0000011308 11 KB | |
ripgrep.spec | 0000003459 3.38 KB | |
vendor.tar.xz | 0008524456 8.13 MB |
Revision 31 (latest revision is 38)
Ondřej Súkup (mimi_vx)
accepted
request 1137475
from
Andrea Manzini (amanzini)
(revision 31)
- 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
Comments 3
fun
Hi!
Could you please build this package with pcre2 support?
It is particularly useful when using org-roam in Emacs for example (https://github.com/org-roam/org-roam/issues/826).
Thanks.
13.0.0
incoming.