diff --git a/README.md b/README.md index 7c558589..c10fa4ab 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,12 @@ I prefer using Toggl for tracking time, I like their dashboard and reports bette * Generate and open default workflow config file at first start * Launch edit of workflow config file through Alfred if needed -* Start timer for Toggl and/or Harvest (as defined in config) with default project/task/tag +* Start timer for Toggl and/or Harvest (defined in config) with default project/task/tag * Start timer for Toggl with choice of project and tag (currently only for Toggl, and only one single tag choosable) -* Stop current timer for Toggl and/or Harvest (as defined in config) +* Stop current timer for Toggl and/or Harvest (defined in config) * Undo last timer for Toggl and Harvest (if a current timer is running, will stop it and delete it. It no timer is running, delete the last ran timer) +* Delete a recent timer (currently only for Toggl) +* Continue a recent timer: actually start a new timer but with the same info (description, project, tag) (currently only for Toggl) * Sync project and tag data to local cache (currently only for Toggl) # How to use @@ -44,6 +46,14 @@ I prefer using Toggl for tracking time, I like their dashboard and reports bette ![undo](https://github.com/godbout/alfred-time/blob/master/screenshots/time-undo.gif) +* Delete a recent timer + +![delete](https://github.com/godbout/alfred-time/blob/master/screenshots/time-delete.gif) + +* Continue a recent timer + +![continue](https://github.com/godbout/alfred-time/blob/master/screenshots/time-continue.gif) + * Sync projects and tags to local cache (automatic on first time, then you can resync manually) ![sync](https://github.com/godbout/alfred-time/blob/master/screenshots/time-sync.gif) @@ -67,7 +77,6 @@ The config file contains 3 sections: # Todo -* Improve notification messages * Allow choice of project and task for Harvest * See reports directly in Alfred * See info about current running timer (project, tags/tasks, running time, etc...) diff --git a/screenshots/time-continue.gif b/screenshots/time-continue.gif new file mode 100644 index 00000000..b732c50a Binary files /dev/null and b/screenshots/time-continue.gif differ diff --git a/screenshots/time-delete.gif b/screenshots/time-delete.gif new file mode 100644 index 00000000..8712cf23 Binary files /dev/null and b/screenshots/time-delete.gif differ diff --git a/screenshots/time-edit.gif b/screenshots/time-edit.gif index 72e68f3d..1a528fdd 100644 Binary files a/screenshots/time-edit.gif and b/screenshots/time-edit.gif differ diff --git a/screenshots/time-start.gif b/screenshots/time-start.gif index cdc0fcf4..0c3790c3 100644 Binary files a/screenshots/time-start.gif and b/screenshots/time-start.gif differ