[–] wffurr 4y ago ↗ 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.
1 comment
[ 3.0 ms ] story [ 21.9 ms ] threade.g.
becomes And runs significantly faster.I don't know if I'll install it, but it's an interesting concept.