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
Ivan Tham 628804ae43
Merge pull request #16 from matesz44/patch-1
break times were switched
2020-11-22 01:22:42 +08:00
contrib Add notification wrapper script for MacOS 2016-11-06 12:43:10 +00: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 Just comment config.mk to remove libnotify 2016-07-11 17:32:47 +08:00
config.mk 0.6 release 2020-11-06 23:45:15 +08:00
LICENSE Update LICENSE year to 2020 2020-06-15 00:40:08 +08:00
Makefile Initial commit 2015-11-28 21:15:26 +08:00
README.md break times were switched 2020-11-20 13:24:35 +01:00
spt.1 Remove parenthesis for signals in spt.1 2019-05-16 17:07:25 +08:00
spt.c Use shell to execute notifyext (-e) 2020-11-02 11:43:19 +08:00
TODO Simple logic fixup and prepare for release 2016-11-01 00:21:20 +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
  • Able to show remaining time

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. By default, the timer runs by 4 pomodoro timer (25 mins) with subsequent rests in between (5 mins) followed by a long rest (15 mins) in an infinite loop.

http://pomodorotechnique.com/

The project is licensed under the MIT license.