replace-cli
v1.0.193
Published
Replace piped data using javascript regex
Readme
replace-cli
Install
npm i replace-cli -g
What
It's JavaScript regex replace within the terminal.
Why
Not a big fan of sed
How
$ echo "james dean" | replace "dean" "franco"
james franco