https://github.com/sentriz/case-replace
https://github.com/sentriz/case-replace
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sentriz/case-replace
- Owner: sentriz
- Created: 2022-03-31T15:22:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T17:12:35.000Z (about 4 years ago)
- Last Synced: 2025-02-05T16:37:02.425Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
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