Andy Lester

Results 497 comments of Andy Lester

I'm poking at this but the first thing I would do is get rid of the `.*?` at the beginning which will always match, and then get rid of the...

My `ag` doesn't hang, but neither does it find the match that you're wanting.

Not if it's supposed to match. Is your regex actually correct?

This will require changing `-n` from being `--no-recurse`.

I'm going to start a new issue that addresses all this. We need to document the existing behavior, and figure out exactly what new behavior we will have. I'm afraid...

There is a lot to discuss about this. I don't think it makes sense to have a `--no-lineno` to force off line numbers without a `--lineno` to force them on,...

Thanks, this has been fixed.

ack already does some filename adjustment as far as relative dirs, but not like you're asking. I, too, have wanted just relative paths some times. As Rob alludes to, symlinks...

Can you point me to some docs that explains R and Rmd file extensions? Then I can put that in the source code for the future.

> (It may result in ack3 looking at some .gif's though?) Yes, it would. If you feed ack files in `-x`, then it does no filtering on them.