helm-ag
helm-ag copied to clipboard
The silver searcher with helm interface
- Emacs version `27.0.50` - Operating system `Ubuntu` - Search command(ag, pt, ack etc) and version ``` ag version 0.31.0 Features: +jit +lzma +zlib ``` - Last value of `helm-ag--last-command`...
Sometimes there are lines in the edit buffer that I want to leave alone. Thus I wanted to remove them from the buffer first to avoid accidents. Any tricks to...
- emacs 26 - solus - ag ### Actual behavior helm-ag-edit opens in fundamental mode ### Expected behavior helm-ag-edit should use some other mode so that hooks are not disabled...
Dear, I want to search some content in comments, but I found that the indexed content does not contain comments. Please tell me how to configure helm-ag to search for...
- Emacs version `26.1` - Operating system `MacOS` - Search command(ag, pt, ack etc) and version `rg 0.8.1` - Last value of `helm-ag--last-command`: ``` ("rg" "--smart-case" "--no-heading" "--color" "never" "--line-number"...
Reading this issue: https://github.com/syohex/emacs-helm-ag/issues/187 it looks like it is much easier to narrow results if you use helm-ag instead of helm-do-ag. However you only get real-time results as you type...
I love helm-ag and I was thinking about creating my own commands which would do helm-ag with a pre-defined query, for example one that would search the project for "TODO"...
- Emacs version: 25.2 - Operating system: Linux (openSUSE Tumbleweed) - ag 2.0.0 ### Repro steps: - create a new folder and put in it the file foo.org (see below)...
- Emacs version: 25.2.1 - Operating system: MacOS 10.12.4 - Search command(ag, pt, ack etc) and version: "ack --nocolor --nogroup" ver: ack 2.14 - Last value of `helm-ag--last-command` "ack" "--nocolor"...
I'm experiencing random Emacs freezes when using `helm-do-ag` (or `helm-do-ag-project-root`) on Windows. # Steps to reproduce - `M-x` `helm-do-ag` - type some search terms, look at the results, add some...