Jason Singer

Results 4 comments of Jason Singer

I was just looking for a '-q' option so I can use "ag" with "find": (the exit code would matter, not the output) ``` find -name -exec ag {} ;...

I have loved 'ag' on linux & mac. When I tried to start using it in a Windows dev environment I am building up... I want to install Ag with...

I just found this github issue -- after first experiencing the problem and investigating locally for a while first. I am using this library in my work environment, where I...

I just discovered that this is possible by using `--no-heading` in place of `--vimgrep` This will output a "close enough" format. `--no-heading` causes the filename prefix on each line of...