Skip to content

Commit

Permalink
Add a note in docstring about ripgrep.
Browse files Browse the repository at this point in the history
* helm-grep.el (helm-grep-ag-command): Do it.
  • Loading branch information
thierryvolpiatto committed Jan 14, 2017
1 parent 6214f2c commit 52c3b61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm-grep.el
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,10 @@ dumb terminal, here it is:
TERM=eterm-color rg --color=always --smart-case --no-heading --line-number %s %s %s
NOTE: With rg compiled from master you don't need anymore to set environment
TERM=eterm-color in your command to output colors.
See issue https://github.com/BurntSushi/ripgrep/issues/182.
You must use an output format that fit with helm grep, that is:
\"filename:line-number:string\"
Expand Down

0 comments on commit 52c3b61

Please sign in to comment.