mhayashi1120 / Emacs-wgrep

Writable grep buffer and apply the changes to files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support ripgrep.el

croissong opened this issue · comments

You may want to look at https://github.com/syohex/emacs-helm-ag which supports ripgrep apparently.

@croissong @DamienCassou rg.el is another interface for ripgrep in Emacs, but it is much more featureful, active, and it supports wgrep out of the box.

Helm support natively ripgrep and wgrep, you have just to set helm-grep-ag-command

(setq helm-grep-ag-command "rg --color=always --smart-case --no-heading --line-number %s %s %s")

and install wgrep-helm package.