the_silver_searcher
the_silver_searcher copied to clipboard
A code-searching tool similar to ack, but faster.
Thanks for such a great tool! It's really integral to my productivity. Unfortunately, I've installed `ag` through Homebrew on a new M1 MacBook Pro running OS 11.1. Running under both...
I have a rule `/public/**/*.js` in my `.gitignore` file, which means ignore any file ending in `.js` which is in `/public` or any subdirectory of `/public`. Ag is still giving...
I'm looking for a way to use `ag` to search for multiple keywords in files. For example, I would like to grep through all files within a folder that have...
I'm trying to get ag to stop at the first match because I don't care about the loopback address in ifconfig. But for some reason it seems to be searching...
Just ignore. Testing...
I tried to search the bash manual for the string "-z" which resulted in the following error: ``` ERR: Unsupported compression type: 3 [1] 8200 segmentation fault (core dumped) ag...
:wave: Thanks for all the hard work in this project, I was getting a bit frustrated trying to find any documentation for how ignore works (I want to ignore some...
In non-English locales, we often search files with multi-byte strings. But Windows does not convert strings. If you prefer the way to use manifest file, I'll update this PR to...
``` C:\test>ag hello | "c:\Program Files\Git\usr\bin\xxd.exe" 00000000: 6865 6c6c 6f2e 7478 743a 313a 4865 6c6c hello.txt:1:Hell 00000010: 6f2c 2057 6f72 6c64 2120 0d0d 0a o, World! ... ``` I'm using...