doing-template 0.1.9

Template parsing and rendering for the doing CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# doing-template

Template parsing and rendering for the [doing](https://github.com/aaronmallen/doing) CLI.

This crate provides the output formatting layer: a custom template language with color support, text wrapping, duration
totals, and configurable date/time display.

## Modules

- `colors` — ANSI color name resolution and terminal color initialization
- `parser` — template string tokenizer (e.g., `%boldcyan%title%reset`)
- `renderer` — renders entries through parsed templates into formatted output
- `totals` — tag-based duration totals computation
- `wrap` — word wrapping with indent awareness

## License

MIT — see [LICENSE](../../LICENSE) for details.