-
Apparently silver searcher uses Per Compatible Regular Expressions. Is this true? It would be very helpful for noobs like myself to have this documented in the command line help.
-
The following pattern inside .gitignore doesn't work: `log/*.log`; while this works fine: `*.log`. I created a small test repo to display the issue:
https://github.com/chetan/silver_searcher_bug
-
att, so, sometimes, ag produce less output than grep
I have done a simple solution at https://github.com/wadarochi/the_silver_searcher/commit/fecaee2316440cd57bba2553c9ec2f2aa0e5accd
ag is really an…
-
ag -z crashes with a segfault due to passing a null file pointer to iogetdelim() (glibc)
```
# stack trace:
Stack trace of thread 18478:
#0 0x00007ffff6fbe88c __ge…
-
ubuntu 14.04(64)
vim version 7.4.52
Hi!I have install silversearcher-ag and mileszs/ack.vim . When I use ": Ag!",vim reports an error .As follows:
![default](https://cloud.githubusercontent.com/as…
-
The image below shows the false positive,
In text form:
``` bash
❤ ★ ∿ ✎ (master ᄉ origin) ~/workspace/hiddendcon
∙ ag currency11
10_1.03/ShopDrawerMenuItem.csv
sound,Sound,icon…
-
The bash completion script currently gets installed into the wrong place. Bash completion scripts should always go to $(PREFIX)/share/bash-completion/completions regardless if bash completion is actua…
n0la updated
11 years ago
-
searching on long paths on windows gets:
```
ERR: Error opening file ./whatever/long/path: No such file or directory Skipping...
```
I guess it is related to:
https://msdn.microsoft.com/en-us/libra…
-
Use ronn
https://github.com/rtomayko/ronn
Look here for inspiration
https://github.com/ggreer/the_silver_searcher/tree/master/doc
See also
https://docs.npmjs.com/files/package.json#man
-
* rg: https://github.com/BurntSushi/ripgrep
* pt: https://github.com/monochromegane/the_platinum_searcher
* ag: https://github.com/ggreer/the_silver_searcher
Those are faster than grep. That's wh…