Categorygithub.com/speedyhoon/replace
repositorypackage
0.0.0-20220115083643-449afa6d9a20
Repository: https://github.com/speedyhoon/replace.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Replace

Build Status go report card

Cmdline search replace tool files or stdin & stdout

cat file.txt | replace -yaml="[{s: cats, r: dogs}]" cat file.txt | replace -json={"s":"cats","r":"dogs"}