From bb63190553c43045af0adfb60b07a39bd58e10fd Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Sat, 7 Apr 2018 12:23:53 +0200 Subject: [PATCH] show total time bold --- timesheet/timesheet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))" \