;tools:bake lastweek: time percentage report
This commit is contained in:
parent
fa40077ebf
commit
96db4a1b97
4
bake
4
bake
@ -160,6 +160,10 @@ lastweek() {
|
||||
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
|
||||
echo "Time log details:"
|
||||
tt print hledger -b '6 days ago' | grep -E '^[^ ]|hledger'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user