An open API service indexing awesome lists of open source software.

https://github.com/jenbroek/tpl

A shell templating utility
https://github.com/jenbroek/tpl

suckless

Last synced: 2 months ago
JSON representation

A shell templating utility

Awesome Lists containing this project

README

        

tpl - shell templating utility
==============================
tpl reads from standard input, executing shell commands inside
delimiters (default: '{{' and '}}', but modifiable through config.h).

Installation
------------
Edit config.mk to match your local setup (tpl is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install tpl (if
necessary as root):

make clean install

Running tpl
-----------
Simply invoke 'tpl', optionally redirecting input/output.
See the man page for details.