-
I am using 0.29.1 installed using chocolatey on Windows. When searching very large files (> 2GB), I get the following error...
```
$ ag "needle" haystack.txt
ERR: File haystack.txt failed to load…
-
**Version**: [windows port](http://blog.kowalczyk.info/software/the-silver-searcher-for-windows.html) 0.29.1-1641 (built on 2015-07-04)
**System**: windows 7 pro, language français
**Issue**: Ag can…
-
-
On Windows 7, I installed ag from chocolatey, and added the path `\chocolatey\lib\ag\tools\` into the PATH variable. Then I installed ag.vim plugin for Vim. However, when I try to search inside Vim by…
-
Hi,
I've faced the following problem. I'm using Sublime ZK together with AG. Tags containing cyrilic letters are displayed incorrectly in the "All Tags" search result: all letters for them are subs…
-
```
[george@nayaka ~]$ time ccr -Syu --ccronly
:: Synchronizing ccr database...
ccr 113 113 [####################################################################…
-
`ag -AB` hangs with 100% CPU usage. `ag -A -B` works.
whxvd updated
5 years ago
-
If my `.agignore` file contains:
```
*.htm
```
And if I have two files `a.htm` and `a.b.htm`, the latter is **not** ignored by `.agignore`.
Here's an example:
```
$ echo "needle" > haystack.htm
$ …
ghost updated
3 years ago
-
I believe that `--print-long-lines` is not actually implemented, despite being documented in `ag --help` and `man ag`. There's a [TODO comment](https://github.com/ggreer/the_silver_searcher/blob/maste…
-
these files are used my many search tools to search through code