pomo/README.md

37 lines
914 B
Markdown
Raw Normal View History

2015-11-28 13:08:54 +00: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
2016-02-25 14:33:55 +00:00
- Able to show remaining time
2015-11-28 13:08:54 +00:00
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
-------------
2020-06-14 16:38:39 +00:00
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
2020-11-20 12:24:35 +00:00
pomodoro timer (25 mins) with subsequent rests in between (5 mins)
followed by a long rest (15 mins) in an infinite loop.
2015-11-28 13:08:54 +00:00
Links
-----
http://pomodorotechnique.com/
The project is licensed under the MIT license.