summaryrefslogtreecommitdiff
path: root/replace
AgeCommit message (Collapse)Author
2022-11-18modesBen Sima
2022-02-09specify python 3.6Ben Sima
2021-05-22add raw regex and fix bugBen Sima
2020-05-08Add regex supportBen Sima
Unfortunately because this loops over lines, it can't do regexes with newlines in them. Anyway in that case it's probably worth it to just use sed.
2020-04-20Add --dry to replace scriptBen Sima
2020-04-18tweak replace scriptBen Sima
2020-04-18Create replace scriptBen Sima