sd - joamatab/dotfiles GitHub Wiki
Sd: faster, easier to use sed replacement
Find and replace in a file
sd 'window.fetch' 'fetch' http.js
to preview changes
sd -p 'window.fetch' 'fetch' http.js
sd 'window.fetch' 'fetch' http.js
to preview changes
sd -p 'window.fetch' 'fetch' http.js