Log Today List is a free AppleScript for the Things task manager which will output your current Today list and the count of items in the Inbox to a file.
Using the Log Today List script you will be able to quickly get an idea of how your task list is growing throughout the day.
You must make one change to this script in order to use it: replace username with your own username in the line that defines the path to write to.
You can also create a cronjob to run every fifteen minutes throughout the day by opening Terminal and editing your crontab with the following command:
crontab -e
Then paste the following into the crontab. Change the path if you put the script somewhere else:
00,15,30,45 * * * * osascript /Library/Scripts/Things/LogCurrentTodayList.scpt > /dev/null
Requirements:
· Things