TimeClock
Overview
TimeClock is a time tracking script that stores punches and associated notes in a CSV file. Users can trigger TimeClock using an alfred keyword and an action ("in", "out", "last", "open", "divider"). Below you will find a brief description of the supported actions.
Actions
In - The "in" action writes the current time to a CSV in the "in" column. An optional note can be included as well.
Out - The "out" action writes the current time to a CSV in the "out" column. An optional note can be included as well.
Last - The "last" action displays the last punch made.
Divider - The "divider" action adds a divider to the CSV to help you separate time periods.
Open - The "open" action displays the CSV spreadsheet.
Configuration
- Download and install Alfred (https://www.alfredapp.com/). The "powerpack" is required to use TimeClock.
- Clone this repo.
- Double click the TimeClock.alfredworkflow to install.
- To use, open your alfred prompt and type keyword "tc" and a supported action.