Skip to content

A simple timer that uses Alfred native notifications.

Notifications You must be signed in to change notification settings

skyetim/timer-alfred-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

timer-alfred-workflow

A simple timer that uses Alfred native notifications.

Installation

Usage

  • The general syntax is timer [hours:minutes:seconds] [optional:title]
  • timer 5 sets a countdown timer that goes off after 5 minutes.
  • timer 5:00 or timer 5: sets a timer that goes off after 5 hours.
  • timer 0:0:30 or timer ::30 sets a timer that goes off after 30 seconds.
  • timer 40 Laundry is done! adds an optional title to the timer.

TODO

  • add help page
  • handle exception

Meta

This workflow is inspired by Daniel Bader's countdown timer. However, its notification system is based on objc package in Python that is no longer compatible with the new macOS Catalina. This is the reason why I started to work on this new workflow.

About

A simple timer that uses Alfred native notifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages