Themes
- Added run.default to test the default theme.
This commit is contained in:
24
doc/misc/themes/run.default
Executable file
24
doc/misc/themes/run.default
Executable 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
|
||||||
Reference in New Issue
Block a user