tmpl

Simple command-line tool for string-template-replacement, based on Johan Tibbell's template-library.
The program could be run in three ways:
cat tt.tmpl
# The quick $color fox jumps over the $adj dog.
cat dd.conf
# color = brown
# adj = lazy
tmpl color=brown:adj=lazy < tt.tmpl
tmpl tt.tmpl < dd.conf
tmpl tt.tmpl dd.conf