|
|
|
|
|
by djeikyb
4419 days ago
|
|
One thing I miss a little is that ack has the super convenient: ack --java "foo"
while with ag you write: ag -G"\.java$" "foo"
But yes, ack and ag feel pretty identical except for the speed. Most of the time the speed improvement is irrelevant to me, except sometimes now I'll use ag in my home folder, and it's still fairly snappy. |
|