Replace text in files.
gem install dorian-replaceAlso included in the aggregate gem:
gem install dorianreplace from to [file ...]Run replace -h for generated option details and replace -v for the installed version.
- If no files are passed, reads file paths from stdin. Directories are skipped.
replace old-name new-name README.md docs/*.mdgit grep -l old-name | replace old-name new-name