- added --prepend and --append mode to the already exisiting --overwrite
- fix missing nothing escaper when no escaping is needed but the escaper still needs to run
- fix single quote escaping
- Fixed escaping of special characters (quotes, backslashes, etc.) in template substitutions
- Various small improvements
- Various small improvements
- -D can now take values with linefeeds
- Various small improvements
- Various small improvements
- big function rename to
<tool>::<file>::<function>to make it easier to read hopefully - a footer comment can be passed in via the commandline, in addition to regular footer. The text is treated in a special way as \n gets expanded into proper linefeeds
- uses mulle-bashfunctions 4 now
- can now run under zsh if bash is not available
- Various small improvements
- improve README.md with an example
- use env instead of printenv for compatibility
- split off from mulle-sde