sd
sd copied to clipboard
Rename `-s/--string-mode` to `-F/--fixed-strings`
I assume the majority of users who come across sd
are likely also using other popular Rust-based CLI tools like fd
and rg
:
For consistency with the above, it would be neat if sd
's options were consistent with these to make context switching a bit easier.
(Don't break the API, add a new option.)
Not only Rust-based new tools but also good old grep
...
-s, --string-mode
is now -F --fixed-strings
with an alias to ensure that any usages of the old flags still work