Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Add screenshots for new features and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Apr 17, 2017
1 parent cd92bf9 commit 81a76b8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand All @@ -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...)
Expand Down
Binary file added screenshots/time-continue.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/time-delete.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/time-edit.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/time-start.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81a76b8

Please sign in to comment.