Emacs-wgrep icon indicating copy to clipboard operation
Emacs-wgrep copied to clipboard

support ripgrep.el

Open croissong opened this issue 7 years ago • 3 comments

https://github.com/nlamirault/ripgrep.el Support would be nice.

croissong avatar Oct 07 '16 17:10 croissong

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

DamienCassou avatar Oct 09 '16 06:10 DamienCassou

@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.

ylluminarious avatar Feb 22 '18 23:02 ylluminarious

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.

thierryvolpiatto avatar Feb 23 '18 11:02 thierryvolpiatto