CLI search and replace tool with regex support and interactive preview
CLI search and replace | Space Age seD
sad
$ sad 'foo' 'bar' file.txt
$ sad 'pattern' 'replacement' file.txt --interactive
$ sad '(\w+)@example.com' '$1@newdomain.com' emails.txt