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.
22f35d5af4
As OpenBSD manual for pause(3) stated, this function is made obsolete by sigsuspend(2). We may think it will be removed in future for this *nix. On linux, this require defining _POSIX_C_SOURCE to 1. |
||
---|---|---|
.gitignore | ||
arg.h | ||
config.def.h | ||
config.mk | ||
LICENSE | ||
Makefile | ||
README.md | ||
spt.1 | ||
spt.c | ||
TODO |
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.
Links
The project is licensed under the MIT license.