pomodoro

A simple pomodoro timer
git clone git://nocebo.space/pomodoro
Log | Files | Refs | LICENSE

README.md (570B)


      1 Pomodoro
      2 ----
      3 
      4 Description:
      5 ----
      6 
      7 
      8 
      9 Proposed Concept:
     10 ----
     11 1. The conventional methodology recommends a 25 minute pomodoro and a 5 minute
     12    break.  
     13 2. Every 4 pomodoros will be rewarded with a 20-30 minute break.  
     14 3. Write a file ~/.pomodoro.log with stats like date:time; where time is the time 
     15    stamp at which the corresponding pomodoro ended. (This file might be helpful 
     16    in plotting a graph on productivity.) 
     17 4. The timer is capable of notifying the user when the pomodoro ends using 
     18    a dialog box.
     19 
     20 Install
     21 ----
     22 1. ./configure
     23 2. make
     24 3. make install
     25