Top "Ag" questions

The Silver Searcher, better known as Ag is a tool similar to ack.

Silver Searcher - How to ignore a file

According to the docs, it should be --ignore PATTERN I have a file containing tags, named "tags". I have tried …

powershell cmd ag
How to enable AG in vim + fzf

I am new to vim. I read online that one of the best fuzzy finder in vim is fzf. I …

vim ag fzf
Silver Searcher: how to return filename without path

I am using Silver Searcher to find information in my Calibre library which, by default uses long directory and filenames …

ag
silver searcher ignore multiple directories

using The silver searcher how can I ignore multiple directories? I tried ag foo --ignore-dir dir1,dir2 but it doesn't …

command-line ag
Searching multiple patterns (words) with ack?

I want to search multiple patterns in a directory containing recursive directories and files. I know command for grep which …

linux grep ack ag