nomeata / arbtt

arbtt, the automatic rule-based time-tracker
http://arbtt.nomeata.de/
GNU General Public License v2.0
318 stars 36 forks source link

Add "week of year" expression #173

Closed isovector closed 8 months ago

isovector commented 8 months ago

My current contract for work is to do X hours of work a week. I use arbtt for everything else, and would like to have a convenient means of checking how much work I've done this calendar week.

This PR adds support for it.

isovector commented 8 months ago

I've added the following to my config:

week of year $now == week of year $date ==> tag this-week,

and it is working as expected :)

isovector commented 8 months ago

I've updated the documentation with the new expression!