https://github.com/sirkon/strreplace
Replace all fixed strings in files in current location
https://github.com/sirkon/strreplace
Last synced: 3 months ago
JSON representation
Replace all fixed strings in files in current location
- Host: GitHub
- URL: https://github.com/sirkon/strreplace
- Owner: sirkon
- License: mit
- Created: 2020-04-23T15:28:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T16:07:36.000Z (about 5 years ago)
- Last Synced: 2024-04-17T21:14:26.469Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strreplace
Replace all fixed strings in files in current locationIt is an easy to use alternative to sed for a common task: replace fixed string without regexps in mind