▲ | burntsushi 14 hours ago | |
I did it too, even after I initially released ripgrep. At this point, I've mostly re-trained my muscle memory to use `rg` in pipelines. (Particularly because I was careful to make sure `rg` worked just like `grep` does in pipelines.) I also find that combining `-o/--only-matching` and `-r/--replace` has replaced many of my uses of `sed` and `awk`. |