About

Kapow is a template processor that provides the following directives to support injecting file contents, command output, current date/time, etc in generated files.

Block directives

Directive | Description ---|--- !inc:path | Include file contents; path is relative to its containing file !run:command | Run command and insert stdout

Span directives

Directive | Example | Description ---|---|--- `!now` | 2023-03-11T14:29:19Z | Current date/time in UTC / RFC 3339 `!now:local` | Sat 11 Mar 2023 09:29:19 EST | Current date/time in local timezone `!now:local:%A %H:%M` | Saturday 09:29 | Current date/time in local timezone and custom format `!now:MST7MDT` | Sat 11 Mar 2023 07:29:19 MST | Current date/time in custom timezone `!now:MST7MDT:%A %H:%M` | Saturday 07:29 | Current date/time in custom timezone and format `!now:US/Hawaii` | Sat 11 Mar 2023 04:29:19 HST | Current date/time in custom locale `!now:US/Hawaii:%A %H:%M` | Saturday 04:29 | Current date/time in custom locale and format `!now:UTC:%A %H:%M` | Saturday 14:29 | Current date/time in UTC and custom format `!now:x` | Xh2AETJ | Current date/time in "x" format `!today` | 2023-03-11 | Current date in UTC / RFC 3339 `!today:local` | 2023-03-11 | Current date in local timezone `!today:MST7MDT` | 2023-03-11 | Current date in custom timezone `!today:MST7MDT:%v` | 11-Mar-2023 | Current date in custom timezone and format `!today:US/Hawaii` | 2023-03-11 | Current date in custom locale `!today:US/Hawaii:%x` | 03/11/23 | Current date in custom locale and format `!today:UTC:%A` | Saturday | Current date in UTC and custom format

Usage

text $ kapow -V kapow 2.3.0

```text $ kapow -h KAPOW!

Usage: kapow [OPTIONS] ...

Arguments: ... Input file(s)

Options: -r, --readme Print readme -h, --help Print help -V, --version Print version ```

Errors

Code | Description ---|--- 101 | Could not read input file 102 | Could not read included file 103 | Could not change directory

Example

See the readme task in Makefile.toml:

Changelog

Development

bash cargo install bat cargo-edit cargo-make cargo-outdated dtg kapow \ miniserve