templates/README.md
changeset 23 2ba1ea451669
child 82 9ac2281c07d7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/README.md	Fri Apr 28 17:07:13 2017 +0200
@@ -0,0 +1,11 @@
+# Templates
+
+This folder contains sample templates to customize madonctl output.
+
+I'd like to eventually have support for themes with collections of templates.
+
+Here's an example using a template with ANSI color escape codes (for UNIX/Linux):
+
+    madonctl timeline --limit 2 --template-file ansi-status.tmpl
+
+Feel free to contribute if you have nice templates of if you want to work on themes as well!