Merge branch 'master' of github.com:chmln/sd

This commit is contained in:
Greg 2018-12-31 01:33:33 -05:00
commit b9b66a3941

View file

@ -22,10 +22,6 @@ Find & replace expressions are split up, which makes them easy to read and write
Smart-cased regular expressions also come with a sane syntax that's not opt-in. Defaults follow common sense and are tailored for typical daily use.
**High performance**
Multiple times faster than `sed` beyond trivial cases. (Benchmarks incoming).
## Comparison to sed
While sed does a whole lot more, `sd` focuses on doing just one thing and doing it well.