1.0.3 • Published 9 years ago

pom v1.0.3

Weekly downloads
59
License
-
Repository
github
Last release
9 years ago

Pom

Pom is a simple and configurable pomodoro timer.

NPM version Build Status

Install

npm install -g pom
pom -h

Configuration

The first time you will run pom, it will copy the standard configuration file in ~/.pom.yml:

default:
    duration: 25
    start:
        - terminal-notifier -message "Pomodoro started!"
        - osascript -e 'tell application "Spotify" to play';
    stop:
        - terminal-notifier -message "Pomodoro stoped!"
        - osascript -e 'tell application "Spotify" to pause';
    end:
        - terminal-notifier -message "Pomodoro ended!"
        - osascript -e 'tell application "Spotify" to pause';

short:
    duration: 5
    start:
        - terminal-notifier -message "Short break started!"
    stop:
        - terminal-notifier -message "Short break stoped!"
    end:
        - terminal-notifier -message "Short break ended!"

long:
    duration: 15
    start:
        - terminal-notifier -message "Long break started!"
    stop:
        - terminal-notifier -message "Long break stoped!"
    end:
        - terminal-notifier -message "Long break ended!"
1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

11 years ago

0.2.4

12 years ago

0.2.3

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago