From f2d7f2f289b1d16b2571cc350f5f85e566af4b0a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 1 Dec 2023 06:48:15 -1000 Subject: [PATCH] ;tools: bake lastweek: drop an unnecessary report --- bake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bake b/bake index 250af9e97..159bfc7cc 100755 --- a/bake +++ b/bake @@ -158,10 +158,6 @@ lastweek() { echo "hledger time last 7 days including today (this should be run on a Friday):" tt bal hledger -DTS -b '6 days ago' --drop 2 echo - echo "By activity type:" - tt bal hledger -DTS -b '6 days ago' --pivot t --alias c=cleanup/fixing --alias e=enhancement --alias s=support --alias l=learning | tail +1 - # XXX aliasing pivoted account names doesn't work - echo echo "By activity type, percentage:" tt bal hledger -DTS -b '6 days ago' --pivot t -% -c 1% | tail +1 echo