;tools: bake lastweek: drop an unnecessary report

This commit is contained in:
Simon Michael 2023-12-01 06:48:15 -10:00
parent 3645720157
commit f2d7f2f289

4
bake
View File

@ -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