mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Themes
- Added 'task color legend' to the scripts to make it easier to spot broken themes. - Removed the 'run' script, which is no longer used.
This commit is contained in:
parent
1465bcb918
commit
0af8b1dbab
6 changed files with 8 additions and 24 deletions
|
@ -6,7 +6,6 @@ that need to be illustrated in theme sample.
|
|||
|
||||
Using a dark-background terminal (black recommended), run the following:
|
||||
|
||||
run
|
||||
run.dark
|
||||
|
||||
Using a light-background terminal, run the following:
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
|
||||
|
||||
for theme in $PWD/../../rc/*.theme
|
||||
do
|
||||
cat <<EOF >>x
|
||||
data.location=.
|
||||
confirmation=off
|
||||
_forcecolor=on
|
||||
include $theme
|
||||
EOF
|
||||
|
||||
echo "--- $theme -----------------------------------------------------"
|
||||
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
|
||||
done
|
|
@ -21,6 +21,8 @@ include $theme
|
|||
EOF
|
||||
|
||||
echo "--- $theme -----------------------------------------------------"
|
||||
echo '$ task color legend'
|
||||
task rc:x color legend
|
||||
echo '$ task list'
|
||||
task rc:x list
|
||||
echo '$ task summary'
|
||||
|
|
|
@ -14,6 +14,8 @@ include $theme
|
|||
EOF
|
||||
|
||||
echo "--- $theme -----------------------------------------------------"
|
||||
echo '$ task color legend'
|
||||
task rc:x color legend
|
||||
echo '$ task list'
|
||||
task rc:x list
|
||||
echo '$ task summary'
|
||||
|
|
|
@ -13,6 +13,8 @@ include $theme
|
|||
EOF
|
||||
|
||||
echo "--- $theme -----------------------------------------------------"
|
||||
echo '$ task color legend'
|
||||
task rc:x color legend
|
||||
echo '$ task list'
|
||||
task rc:x list
|
||||
echo '$ task summary'
|
||||
|
|
|
@ -13,6 +13,8 @@ include $theme
|
|||
EOF
|
||||
|
||||
echo "--- $theme -----------------------------------------------------"
|
||||
echo '$ task color legend'
|
||||
task rc:x color legend
|
||||
echo '$ task list'
|
||||
task rc:x list
|
||||
echo '$ task summary'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue