Y
Hacker News
new
|
ask
|
show
|
jobs
by
marco_craveiro
1240 days ago
I also love wgrep. [1]
[1]
https://melpa.org/#/wgrep
1 comments
hprotagonist
1240 days ago
and rg.el, which is that UX for ripgrep.
link
b3n
1240 days ago
You can also use the built in rgrep functionality with ripgrep, just do something like
(grep-apply-setting 'grep-find-command "rg --no-heading ")
link