the_silver_searcher icon indicating copy to clipboard operation
the_silver_searcher copied to clipboard

A code-searching tool similar to ack, but faster.

Results 3 the_silver_searcher issues
Sort by recently updated
recently updated
newest added

I've downloaded and installed the latest release on Windows 10. A window flashed on the screen and then vanished. Then silence. Did it work? How would I know? It's not...

On Linux, `ag` handles `.gitignore` patterns like the following just fine: ``` [Bb]in/ [Oo]bj/ ``` On Windows, these patterns are not recognized. They have to be written as: ``` Bin/...

When running under Git bash, `ag` behaves strangely and I can't explain the results. What I see under CMD is correct; what I see under Git bash is inexplicable: 1....