From 7a6aa52b11e51e3273e4a5d87dde3c6ce2dd5757 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 5 Sep 2024 16:41:22 -0500 Subject: [PATCH] changed turn of phrase to be more universal. --- content/posts/cli-renaissance/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/cli-renaissance/index.md b/content/posts/cli-renaissance/index.md index 7dc5f9e..bd47e0d 100644 --- a/content/posts/cli-renaissance/index.md +++ b/content/posts/cli-renaissance/index.md @@ -327,7 +327,7 @@ but the point is that manuals are for when you want to do something with the too There are many other examples as well. How many of your grep invocations are in the form of `grep -R 'foo' ./`? Most of mine are. [Ripgrep](https://github.com/BurntSushi/ripgrep) shortens that to `rg foo` -while still having all the power of grep when I need it, and it is faster to boot! +while still having all the power of grep when I need it, and it is faster as well! This isn't to say that tools should 'dumb themselves down' or hobble themselves to make them easier to use. However they should keep in mind the most common usecase that their tool is likely to be used in,