the_silver_searcher
the_silver_searcher copied to clipboard
A code-searching tool similar to ack, but faster.
The Travis badge in README.md links to travis-ci.org, but Travis CI is now at travis-ci.com. The link could probably be updated to `travis-ci.com/github/ggreer/the_silver_searcher.svg` or something like that, but I'm not...
The --make option looks for Makefiles... however, it's more common to use Makefile or makefile (per the GNU make manpage) for the name of a makefile. I suggest adding Makefile...
I have tried to install ag as per the below command: sudo apt-get install silversearcher-ag Then, insert one of the below commands into my .vimrc file: let g:ackprg = 'ag...
Just experienced something very strange. I'm not sure exactly what version of AG I'm using (Creation date on ag.exe is Wednesday, February 26, 2020, 1:00:56 PM), and I'm on windows...
Bazel extensions are files ending in .bzl ()
I work with a git repo that has multiple submodules. For various reasons (important to us, so we can't just change it), some of those subomdule directories are listed in...
RFE to have a stable / sorted output order of the results. Example, calling `ag` with `watch` should not cause the output to jump around on every invocation.
Since the "parseable ackmate format" does not have any [documentation](https://github.com/protocool/AckMate) on what the format is, I thought I'd do the world a favor and document those here. A. Lines that...