changed turn of phrase to be more universal.
This commit is contained in:
parent
f72085e969
commit
7a6aa52b11
|
@ -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' ./`?
|
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`
|
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.
|
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,
|
However they should keep in mind the most common usecase that their tool is likely to be used in,
|
||||||
|
|
Loading…
Reference in a new issue