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
- Host: GitHub
- URL: https://github.com/jenbroek/tpl
- Owner: jenbroek
- License: bsd-3-clause
- Created: 2019-12-18T12:24:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T05:02:33.000Z (about 1 year ago)
- Last Synced: 2024-03-01T06:24:09.633Z (about 1 year ago)
- Topics: suckless
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.