Commit bb63190553c43045af0adfb60b07a39bd58e10fd

Authored by Georg Hopp
1 parent fc876698

show total time bold

Showing 1 changed file with 1 additions and 1 deletions
@@ -156,7 +156,7 @@ function showall() { @@ -156,7 +156,7 @@ function showall() {
156 printf "%-16s %-35s %-10s %-10s %-8s\n" \ 156 printf "%-16s %-35s %-10s %-10s %-8s\n" \
157 "$(truncate "$(taskproject $UUID)" 16)" \ 157 "$(truncate "$(taskproject $UUID)" 16)" \
158 "$(truncate "$(taskdescription $UUID)" 35)" \ 158 "$(truncate "$(taskdescription $UUID)" 35)" \
159 - "$TIME" \ 159 + "$(bold "" "$TIME")" \
160 "$(tstodate $(taskend $UUID))" \ 160 "$(tstodate $(taskend $UUID))" \
161 "$(tstodate $(taskentry $UUID))" \ 161 "$(tstodate $(taskentry $UUID))" \
162 162
Please register or login to post a comment