From 9f1b3e0d56cda976044c9a28f6584aa30a2b7914 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Mar 2015 10:08:47 -0400 Subject: [PATCH] Themes - Added run.default to test the default theme. --- doc/misc/themes/run.default | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 doc/misc/themes/run.default diff --git a/doc/misc/themes/run.default b/doc/misc/themes/run.default new file mode 100755 index 000000000..3a0364537 --- /dev/null +++ b/doc/misc/themes/run.default @@ -0,0 +1,24 @@ +#!/bin/bash + +cat <x +data.location=. +confirmation=off +detection=off +_forcecolor=on +default.height=24 +verbose=off +EOF + +echo "--- DEFAULT -----------------------------------------------------" +echo '$ task color legend' +task rc:x color legend +echo '$ task list' +task rc:x list +echo '$ task summary' +task rc:x summary +echo '$ task ghistory' +task rc:x ghistory +echo '$ task calendar' +task rc:x calendar +echo '$ task burndown.daily' +task rc:x burndown.daily