feat: ripgrep with pcre2

This commit is contained in:
Ryan Yin
2023-12-30 21:11:36 +08:00
parent e1981c2e91
commit 0347b877c4

View File

@@ -24,7 +24,7 @@
gnugrep # GNU grep, provides `grep`/`egrep`/`fgrep`
gnused # GNU sed, very powerful(mainly for replacing text in files)
gawk # GNU awk, a pattern scanning and processing language
ripgrep # recursively searches directories for a regex pattern
(ripgrep.override {withPCRE2 = true;}) # recursively searches directories for a regex pattern
sad # CLI search and replace, with diff preview, really useful!!!
delta # A viewer for git and diff output
# A fast and polyglot tool for code searching, linting, rewriting at large scale