Alfred Time Keeper

An Alfred Workflow


Short Description

This workflow helps you to track time spent on each project each day.

Last Updated

05 Jun 2014

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
No Yes Yes Yes Yes
 

Version

1.5
 

Bundle ID

com.customct.AlfredTimeKeeper
 

Author

Categories

<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>&nbsp;</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>