helm-ag
helm-ag copied to clipboard
The silver searcher with helm interface
Because ag use `` --ignore PATTERN`` to Ignore files/directories whose names match this pattern. Literal file and directory names are also allowed. But, when use with rg, we have to...
- 29.1 - Ubuntu - ag - ("ag" "--no-color" "--nogroup" "helm") When I search for a pattern ag exits abnormally with signal 1 (I can see that by just printing...
- Emacs version: **27.1** - Operating system: **Ubuntu 22.04** - Search command(ag, pt, ack etc) and version: **ag 2.2** - Last value of `helm-ag--last-command`: **N/A** ### Actual behavior I can't...
I'd like to do the following when I search - find symbol in a project - add restrictions (options) - to narrow to files that matches a pattern (--include) -...
- Emacs version: 27.2 - Operating system: Catalina OS - Search command(ag, pt, ack etc) and version: last - Last value of `helm-ag--lasta-command`: nil ### Actual behavior After installing last...
I need a function to search in filenames and retrieve those filenames containing the string I search for. For some reason, this piece of code is not working for this...
When running `helm-do-ag` on a folder with many org files (~5k files, not code, but text), I am experiencing long retrieval times (in the order of 4 minutes). Usually it...
- Emacs version : 28.2 - Operating system : (manjaro, ubuntu) - Search command(ag, pt, ack etc) and version : ag-2.2.0 - Last value of `helm-ag--last-command` : Its value is...
- `GNU Emacs 30.0.50 (build 1, aarch64-apple-darwin22.3.0, NS appkit-2299.40 Version 13.2 (Build 22D49)) of 2023-02-01` - `macOS 13.2` ### Actual behavior `M-x helm-do-ag-this-file-or-occur` doesn't show anything. ### Expected behavior should...
Symlinks are not followed. Is this the default behaviour?