v2.0-beta
Active task: {{getCurrentTask.name}}, started at {{formatTime(getCurrentTask.date_start)}}

Global Settings

Time format
Default row colors
Task button color
Task reminder frequency (minutes)

Your layouts

Load layout

Your existing tasks for the current layout

# Task Border/Font Active
{{index+1}}

Add new task to layout

Time based audit of recorded tasks

Task Name Start Time End Time Duration
{{task.name}} {{formatTime(task.date_start)}} {{task.date_end? formatTime(task.date_end): ''}} {{getDurationString(task.date_start, task.date_end)}}

Project based audit of recorded tasks

Task Name Duration
{{taskName}} {{Math.floor(task.duration/3600)}}hr {{Math.floor((task.duration/60)%60)}}min
Total: {{Math.floor(totalTaskDuration/3600)}}hr {{Math.floor((totalTaskDuration/60)%60)}}min