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.
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/ripgrep && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.suse-maint.md | 0000000476 476 Bytes | |
_service | 0000000966 966 Bytes | |
ripgrep-14.1.1.tar.zst | 0000463818 453 KB | |
ripgrep.changes | 0000012097 11.8 KB | |
ripgrep.spec | 0000003518 3.44 KB | |
vendor.tar.zst | 0009693473 9.24 MB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1200167
from
Avindra Goolcharan (avindra)
(revision 16)
Comments 3
0.10.0 is the latest stable
Is PCRE2 support intentionally disabled? It is needed sometimes, for example, Emacs Doom mode's auto-complete plugin requires it.
it is not explicitly disabled so it may be disabled by default