- Added run.default to test the default theme.
This commit is contained in:
Paul Beckingham 2015-03-15 10:08:47 -04:00
parent 0af8b1dbab
commit 9f1b3e0d56

24
doc/misc/themes/run.default Executable file
View file

@ -0,0 +1,24 @@
#!/bin/bash
cat <<EOF >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