robbiejdunne / alfred-timer

A timer for Alfred on MacOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Alfred Timer

A simple timer app for Alfred.

Screenshots

With a title

Invalid input

Requirements

Requires Python 3.6+

(If anyone actually wants to use this for themselves and wants it to run on an earlier version of Python - file an issue and I'd be happy to make it backwards compatible.)

Notes

The timer command accepts a variety of different ways to specify a time unit:

  • Seconds: 's', 'sec', 'secs', 'seconds'
  • Minutes: 'm', 'min', 'mins', 'minutes'
  • Hours: 'h', 'hour', 'hours'

Although (currently), you mustn't leave a gap between the number and the unit:

✅ - "20s", "5minutes", "30mins", "2hours"

❌ - "20 s", "5 mins"

About

A timer for Alfred on MacOS


Languages

Language:Python 100.0%