pomo is a simple timer that uses the pomodoro technique. It is based on spt: https://github.com/pickfire/spt, which is a bit less simple.
Go to file
2016-02-01 08:24:44 +08:00
.gitignore Initial commit 2015-11-28 21:15:26 +08:00
arg.h Initial commit 2015-11-28 21:15:26 +08:00
config.def.h Initial commit 2015-11-28 21:15:26 +08:00
config.mk Bump version to 0.1 2016-02-01 08:24:44 +08:00
LICENSE Use ISC license 2016-01-20 20:36:05 +08:00
Makefile Initial commit 2015-11-28 21:15:26 +08:00
README.md README in markdown 2016-01-22 18:25:26 +08:00
spt.1 Initial commit 2015-11-28 21:15:26 +08:00
spt.c Initial commit 2015-11-28 21:15:26 +08:00
TODO Initial commit 2015-11-28 21:15:26 +08:00

spt - simple pomodoro timer

spt is a simple timer that uses the pomodoro technique that doubles your efficiency.

Features

  • Get the jobs done quicker than ever
  • Keeps you free like a dog

Installation

Edit config.mk to match your local setup (spt is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install spt (if necessary as root):

make clean install

See the man pages for additional details.

Configuration

The configuration of spt is done by creating a custom config.h and (re)compiling the source code.

http://pomodorotechnique.com/

The project is licensed under the MIT license.