Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pickfire/spt
Simple pomodoro timer that doubles your efficiency
https://github.com/pickfire/spt
efficiency pomodoro-timer
Last synced: 14 days ago
JSON representation
Simple pomodoro timer that doubles your efficiency
- Host: GitHub
- URL: https://github.com/pickfire/spt
- Owner: pickfire
- License: isc
- Created: 2015-11-28T13:11:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T06:35:23.000Z (over 2 years ago)
- Last Synced: 2024-10-26T23:11:07.632Z (18 days ago)
- Topics: efficiency, pomodoro-timer
- Language: C
- Homepage:
- Size: 39.1 KB
- Stars: 116
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 timeInstallation
------------
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.Links
-----
http://pomodorotechnique.com/The project is licensed under the MIT license.