• Stars
    star
    246
  • Rank 159,192 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 11 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A countdown timer extension for Alfred.app

A countdown timer extension for Alfred.app

A simple countdown timer command for Alfred.app that uses Mountain Lion User Notifications.

Demo screenshot

The extension is described in closer detail on my blog.

Benefits

  • Helps you make great tea.
  • Solves your Pomodoro needs.
  • Uses Mountain Lion's User Notifications to tell you when time's up.
  • Plays a non-intrusive alarm sound.
  • Allows you to run multiple timers at the same time.
  • Allows you to add an optional label to the timer, e.g. "Laundry is done!". Thanks to Alexander Lehmann for the suggestion.
  • Shows you how to write Alfred extensions in Python.

Installation

To use this extension you need Alfred.app for macOS and the Alfred PowerPack.

Usage

  • 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.

Meta

Daniel Bader โ€“ @dbader_org โ€“ [email protected]

Distributed under the MIT license. See LICENSE.txt for more information.

https://github.com/dbader/alfred-countdown-timer