Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject

# OSX finder-files
.DS_Store
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [A countdown timer extension for Alfred.app](http://dbader.org/blog/alfred-timer-extension)
A simple countdown timer command for [Alfred.app](http://www.alfredapp.com/) that uses Mountain Lion User Notifications.
A simple countdown and pomodoro timer command for [Alfred.app](http://www.alfredapp.com/) that uses Mountain Lion User Notifications.

![Demo screenshot](https://raw.github.com/dbader/alfred-countdown-timer/master/screenshot.png)
![Demo screenshot](https://raw.github.com/gismo141/alfred-countdown-timer/master/Resources/screenshot.png)

The extension is described in closer detail on my [blog](http://dbader.org/blog/alfred-timer-extension).

Expand All @@ -28,12 +28,31 @@ Depending on whether you're running Alfred 1 or Alfred 2 you need different vers
To use this extension you need [Alfred.app](http://www.alfredapp.com/) for OS X and the [Alfred PowerPack](http://www.alfredapp.com/powerpack/).

## Usage

### General

- The general syntax is `timer [minutes] [optional:title]`
- `timer 5` sets a countdown timer that goes off after 5 minutes.
- `timer 0:30` or `timer 0.5` sets a timer that goes off after 30 seconds.
- `timer 40 Laundry is done!` adds an optional title to the timer.
- `timer` displays usage information.

### Pomodoro

The pomodoro-timer does:
- starts a standard timer for the **25 minutes work**
- starts a standard timer for the **5 minutes break** (right after the first finished)

To start a pomodoro-timer call `timerp` in Alfred.

![Example for pomodoro-timer](https://raw.github.com/gismo141/alfred-countdown-timer/master/Resources/alfred_call.png)

![Notification Center information for pomodoro-timer](https://raw.github.com/gismo141/alfred-countdown-timer/master/Resources/nc_start_info.png)

![Notification Center information when pomodoro-work-timer finishes](https://raw.github.com/gismo141/alfred-countdown-timer/master/Resources/nc_end_info.png)

![Notification Center information when pomodoro-break-timer finishes](https://raw.github.com/gismo141/alfred-countdown-timer/master/Resources/nc_break_over.png)

##Meta

Daniel Bader – [@dbader_org](https://twitter.com/dbader_org) – mail@dbader.org
Expand Down
Binary file added Resources/.DS_Store
Binary file not shown.
Binary file added Resources/alfred_call.png
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 Resources/nc_break_over.png
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 Resources/nc_end_info.png
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 Resources/nc_start_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file modified Timer.alfredworkflow
Binary file not shown.