diff --git a/timesheet/timesheet.sh b/timesheet/timesheet.sh index 6d8415d..03474fa 100755 --- a/timesheet/timesheet.sh +++ b/timesheet/timesheet.sh @@ -156,7 +156,7 @@ function showall() { printf "%-16s %-35s %-10s %-10s %-8s\n" \ "$(truncate "$(taskproject $UUID)" 16)" \ "$(truncate "$(taskdescription $UUID)" 35)" \ - "$TIME" \ + "$(bold "" "$TIME")" \ "$(tstodate $(taskend $UUID))" \ "$(tstodate $(taskentry $UUID))" \