title


InterruptLogger

This is a simple task tracking application. We can change the task by only 2 clicks. Even when we are interrupted frequently, all tasks can be tracked easily.

DOWNLOAD(57KB Ver.1.11)
InterruptLogger.exe
readme.txt

[OS]
Windows XP/2000/7/8/8.1/10

[Usage]
Run InterruptLogger.exe.
Startup directory for windows7: START - All Programs - Startup ... right click - open.
Startup directory for windows8/10:
example ... C:\Users\[UserName]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup


Open the list by a left click.

Click the task which you will start.
The top of the list is always the break that is initially selected. The name 'Break' on the list can be editted.

Right click and edit the task or add the task at the bottom.


[Output](timelog.csv)
When the next task was started or when the application was closed, the start time of the previous task, the time span of the previous task (time format), the time span of the previous task (seconds) and the task name will be output.
2016/06/04 20:19:36,0:00:58,58,TASK A
2016/06/04 20:20:35,0:00:09,9,TASK B
2016/06/04 20:20:45,0:00:02,2,TASK C

When the comma (,) is included in the task name, it will be directly output to the file. That can make a hierarchy of the tasks.

2016/06/04 20:19:36,0:00:58,58,TASK A,PRODUCT 1
2016/06/04 20:20:35,0:00:09,9,TASK B,PRODUCT 2
2016/06/04 20:20:45,0:00:02,2,TASK C,PRODUCT 3

[Properties]
Colors and font are customized in the properties dialog. If the window was disappeared by transparency setting unintentionally, right click the icon on the task bar to open the properties dialog.


[When you forgot to change the task...]
The start time of the new task can be manually set by right click of the new task and 'Change task with a time back'.


[Analysis]
This application doesn't have any analysis tool. Please use Excel's pivot or the other nice data analysis tools.
For example, Microsoft Power BI can analize the csv file free.


[History]
 2016.07.05 ver.1.11 Enabled 'Change task with a time back' for 'break'.
 2016.06.18 ver.1.10 First issue for the english version.