An open API service indexing awesome lists of open source software.

https://github.com/sentriz/case-replace


https://github.com/sentriz/case-replace

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

installation:
$ go install go.senan.xyz/case-replace@latest

usage:
$ case-replace from/pattern to/pattern from/pattern to/pattern ...

example:
$ case-replace big/green/eyes small/blue/nose yellow/brick/road red/wooden/door < you have big_green_eyes
> can i paint that yellowBrickRoad
> EOF

you have small_blue_nose
can i paint that redWoodenDoor