;examples:self-tracking: updates

This commit is contained in:
Simon Michael 2023-06-27 18:53:18 -10:00
parent 1f4ee58f98
commit eda114d56a

View File

@ -237,7 +237,7 @@ value
``` ```
hledger's data model doesn't include time, but we can pivot on the time tag hledger's data model doesn't include time, but we can pivot on the time tag
and summarise activities by hour each day (eg): and take advantage of the colon to summarise activities by hour each day (eg):
``` ```
$ hledger -f d.csv print | hledger -f- bal --pivot=time --depth 1 -DAE $ hledger -f d.csv print | hledger -f- bal --pivot=time --depth 1 -DAE