<p>A time tracking extension that allows for any number of projects and tracking the time between them. Still early stage, but very useable. It also has a basic graphical viewing of work hours with a calendar for lookup. I have started recreating some of the PHP scripts as full go language programs. Please let me know if you have any problems. The following keywords are used:</p>
<p> </p>
<table>
<tbody>
<tr>
<td>atk:addproject</td>
<td>This allows you to create a new project</td>
</tr>
<tr>
<td>atk:project</td>
<td>This allows you to set the current project</td>
</tr>
<tr>
<td>atk:state</td>
<td>This allows you to set the current state of a project.</td>
</tr>
<tr>
<td>atk:help</td>
<td>Gives a list of commands for Alfred Time Keeper</td>
</tr>
<tr>
<td>atk:current</td>
<td>This will show the current project, time, and state.</td>
</tr>
<tr>
<td>atk:week</td>
<td>This shows the time for the current project this week.</td>
</tr>
<tr>
<td>atk:month</td>
<td>This shows the time for the current project this month.</td>
</tr>
<tr>
<td>atk:worktime</td>
<td>This displays the time worked on all project for a particular day.</td>
</tr>
</tbody>
</table>