Utility for ponifing (and deponifing) text.
It replaces words should as ’everyone’ with ’everypony’.
To ponify a file run:
ponypipe --ponify < SOURCE > TARGET
OR
ponypipe < SOURCE > TARGET
To deponify a file run:
ponypipe --deponify < SOURCE > TARGET
You can use customised replacement rules by adding the option:
--rules RULES
OR
--rule RULES
-r can be used instead of --rules.
-d can be used instead of --deponify.
-z can be used instead of --ponify.