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,