template
Template replacement with shell-like patterns
Usage
template [KEY=VALUE...]
Notes
- Check
Makefilefor installation - Template is read from standard input
- Formatted string is written to standard output
- Partial replacement is permitted (undefined keys are left unchanged)
$$translates to$$KEYtranslates toVALUE${KEY}translates toVALUE
Dependencies
Executables must be available in PATH
python3