mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
feat: ripgrep with pcre2
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
gnugrep # GNU grep, provides `grep`/`egrep`/`fgrep`
|
gnugrep # GNU grep, provides `grep`/`egrep`/`fgrep`
|
||||||
gnused # GNU sed, very powerful(mainly for replacing text in files)
|
gnused # GNU sed, very powerful(mainly for replacing text in files)
|
||||||
gawk # GNU awk, a pattern scanning and processing language
|
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!!!
|
sad # CLI search and replace, with diff preview, really useful!!!
|
||||||
delta # A viewer for git and diff output
|
delta # A viewer for git and diff output
|
||||||
# A fast and polyglot tool for code searching, linting, rewriting at large scale
|
# A fast and polyglot tool for code searching, linting, rewriting at large scale
|
||||||
|
|||||||
Reference in New Issue
Block a user