Cosmic
                                            Cosmic
                                        
                                    I believe you're right that the work for this is already merged. I'll go ahead and close this since the next release should be very soon
I've tweaked the documentation on `--string-mode` to hopefully make it more clear that both the `FIND` and `REPLACE` args are treated as literal strings
There's a draft PR adding diff support #238. Would that be sufficient for what you're talking about, or do you have something different in mind?
Or did you have something more like #150 in mind?
> Specifying a list of replacements via a file is such a fundamental task I think it should have first class support, but maybe that's just me…? I'm struggling to...
Thanks for the feature request! I think supporting just search would be a bit out of `sd`'s domain although you can get a basic version by using the matching capture...
Using `$0` as the replacement is still an incredibly expensive operation when it comes to just producing a preview. It's not something that I want to recommend people do in...
`-s, --string-mode` is now `-F --fixed-strings` with an alias to ensure that any usages of the old flags still work
Going to close this now since `\x00` seems to be the appropriate way to handle this. I'm considering adding a flag to use PCRE2 as the regex engine which should...
People may want to easily know if nothing matched the pattern. At the very least it would be nice to add a flag that fails with a non-zero status if...