dattanchu / pymodoro

Pymodoro is the Pomodoro for Xmobar or Dzen. It runs and it tells you where you are in your current pomodoro session.
MIT License
65 stars 18 forks source link

Add support for multiple counters #3

Closed dominikmayer closed 13 years ago

dominikmayer commented 13 years ago

Examples: Pomodoros, work sessions, tea time, ...

Several different session-files needed.

dominikmayer commented 13 years ago

I guess that's already possible with several instances of the script. The only thing needed is another command line option specifying the location of the session file. Multiple counters not running parallely can be accomplished by writing the times into the session file. See Issue #4.