About four years ago I switched from grep to ack for most of my searching. Two days ago I made the switch from ack to ag (the_silver_searcher). This morning I configured ag output to match what I liked from ack. NOW I CAN SEARCH ANYTHING
-
-
I suppose it’s just tailored more ergonomically to what I typically want to do: $ grep -irnc <pattern> * vs: $ ack <pattern>
-
That's grep though. :-) With ripgrep, it's also just $ rg <pattern>
- 4 more replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
I guess I can always wrap ripgrep in enough functions to align if speed becomes an issue again 