Browse Source

show total time bold

master
Georg Hopp 8 years ago
parent
commit
bb63190553
Signed by: ghopp GPG Key ID: 4C5D226768784538
  1. 2
      timesheet/timesheet.sh

2
timesheet/timesheet.sh

@ -156,7 +156,7 @@ function showall() {
printf "%-16s %-35s %-10s %-10s %-8s\n" \ printf "%-16s %-35s %-10s %-10s %-8s\n" \
"$(truncate "$(taskproject $UUID)" 16)" \ "$(truncate "$(taskproject $UUID)" 16)" \
"$(truncate "$(taskdescription $UUID)" 35)" \ "$(truncate "$(taskdescription $UUID)" 35)" \
"$TIME" \
"$(bold "" "$TIME")" \
"$(tstodate $(taskend $UUID))" \ "$(tstodate $(taskend $UUID))" \
"$(tstodate $(taskentry $UUID))" \ "$(tstodate $(taskentry $UUID))" \

Loading…
Cancel
Save