thornjad / pomp

A simple pomodoro timer for Emacs

Home Page:https://gitlab.com/thornjad/pomp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pomp - Simple Emacs pomodoro timer

Author: Jade Michael Thornton
Version: 1.1.0

Pomp is a simple and useful pomodoro-style timer.

Usage

M-x pomp or bind to a useful key.

When pomp opens, it automatically begins a work session. There is nothing to do at this point except work!

Keybindings

key binding
W pomp-work
B pomp-break
Q pomp-quit
R pomp-reset
q quit-window
h describe-mode
? describe-mode

Customization

To change timer duration:

   (setq pomp-seconds (* 25 60))     ; 25 minutes for work period
   (setq pomp-break-seconds (*5 60)) ; 5 minutes for break period

Converted from pomp.el by el2md.

About

A simple pomodoro timer for Emacs

https://gitlab.com/thornjad/pomp

License:ISC License


Languages

Language:Emacs Lisp 100.0%