Skip to content
/ pomodoro Public

Another implementation of the Pomodoro technique for Emacs.

License

Notifications You must be signed in to change notification settings

rlazo/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

A timer for the Pomodoro Technique http://www.pomodorotechnique.com

This pomodoro implementation is based on the ideas of Dave Kerschner’s pomodoro.el which you can get from here.

Installation

Simply place pomodoro.el in your Emacs load path and add

(require 'pomodoro)

to your .emacs

Usage

Use M-x pomodoro-start to start. This will cause a timer to appear in the mode line. When the timer runs down a break period will start. You stop your pomodoro cycles with M-x pomodoro-stop.

A read only buffer, by default called *pomodoros*, will keep track of your progress (when a pomodoro start, finish, etc.)

Customization

Several customizations are available through M-x customize-group RET pomodoro RET

About

Another implementation of the Pomodoro technique for Emacs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published