パッケージ: ripgrep (13.0.0-4 など)
ripgrep に関するリンク
Debian の資源:
rust-ripgrep ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Recursively searches directories for a regex pattern
ripgrep is a line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules and automatically skip hidden files/directories (smart filtering) and binary files. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.
ripgrep is generally faster than both The Silver Searcher and GNU grep. It defaults to recursive directory search and won't search files ignored by your `.gitignore` files. Use ripgrep if you like speed, filtering by default, fewer bugs, and Unicode support.
On the other hand, if you like multiline search, then ripgrep may not quite meet your needs (yet), and it will never support fancy regex features such as backreferences or lookaround
その他の ripgrep 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2)
- GCC 共有ライブラリ
-
- dep: libpcre2-8-0 (>= 10.22)
- 新しい Perl 互換正規表現ライブラリ - 8 ビットランタイムファイル