1 comment

[ 3.0 ms ] story [ 21.9 ms ] thread
This tool presents itself as a much faster and ergonomic alternative to shell pipelines with sed.

e.g.

    rg foo --files-with-matches | xargs sed -i 's/foo/bar/g'
becomes

   gsub "foo" "bar"
And runs significantly faster.

I don't know if I'll install it, but it's an interesting concept.