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
-
1
derived packages
- Links to openSUSE:Factory / ripgrep
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout utilities/ripgrep && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| README.suse-maint.md | 0000000476 476 Bytes | |
| _link | 0000000124 124 Bytes | |
| _service | 0000000966 966 Bytes | |
| ripgrep-15.1.0.tar.zst | 0000472775 462 KB | |
| ripgrep.changes | 0000013115 12.8 KB | |
| ripgrep.spec | 0000003597 3.51 KB | |
| vendor.tar.zst | 0006643641 6.34 MB |
Comments 3
Compiling ripgrep v0.10.0 (file:///home/abuild/rpmbuild/BUILD/ripgrep-0.10.0) error[E0658]: macro is_x86_feature_detected! is unstable (see issue #0) --> src/app.rs:135:8 | 135 | if is_x86_feature_detected!("ssse3") { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0658]: macro is_x86_feature_detected! is unstable (see issue #0) --> src/app.rs:140:8 | 140 | if is_x86_feature_detected!("avx2") { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0658`. error: Could not compile `ripgrep`.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.0incoming.