Skip to content

dtinth/pmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

Check out the Thyme project by @hughbien with my Mac OS X Status Bar Integration instead.

pmd

My simple Pomodoro timer for Mac OS X, command line based.

This new version does not require MacRuby anymore, but instead relies on the awesome cocoa gem (see the pull request). For the older MacRuby version, please see the archive_macruby branch.

pmd!!!

Installation

Please install:

  • gem install cocoa or bundle install
  • Growl and growlnotify

Then clone this repository and add this to your ~/.bash_profile:

alias pmd=/path/to/your/pmd/pmd

Usage

Run:

pmd start

You will see a countdown timer at the top right corner of your screen. When it count to zero, you will see a Growl notification.

Configure Growl to make it emit sound.

Hooks

pmd will also run these scripts, if they exist:

Filename Event
~/.pmd/hooks/start When a Pomodoro is started.
~/.pmd/hooks/finish When a Pomodoro is finished.
~/.pmd/hooks/void When a Pomodoro is void.

Checking the Remaining Time

Other scripts can check the remaining time by connecting to UNIX domain socket /tmp/pomodoro.sock.

For example,

nc -U /tmp/pomodoro.sock

About

My own simple Pomodoro timer, for Mac.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published