Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add expected/finished number of Pomodoros by weekday #5

Open
dominikmayer opened this issue May 28, 2011 · 4 comments
Open

Add expected/finished number of Pomodoros by weekday #5

dominikmayer opened this issue May 28, 2011 · 4 comments

Comments

@dominikmayer
Copy link
Contributor

Problem: How do we know if Pomodoro was finished?

@dominikmayer
Copy link
Contributor Author

One way would be to define a keybinding to delete a session file. So every not deleted session file would count as a finished Pomodoro.

@dattanchu
Copy link
Owner

This would grow the number of files in the same directory to be quite big in a short amount of time. To counter this we should put session files into sub folders based on month, day. e.g. Session files for today would be in the folder

pomodoro_folder/5/29/

This should be suffice for now.

@dominikmayer
Copy link
Contributor Author

I think we don't even need this. Have a look at the Pomodoro Calendar I made: http://likeswater.com/pomodoro-calendar-2011. I was thinking about adding a simple counter to Xmobar. During the week I want to do at least eight Pomodoros per day. So while I'm doing the third one Xmobar could show something like:

P XXX·· 10 min [2/8]

or

P XXX·· 10 min [xx__ ____]

On a Saturday it would change to:

P XXX·· 10 min [2/4]
P XXX·· 10 min [xx__]

This could be stored in a simple configuration file. I'm looking into ConfigParser (http://docs.python.org/py3k/library/configparser.html). That would also be a good way to store the configuration in some kind of .pymodororc.

@dattanchu
Copy link
Owner

ini-style like that supported by ConfigParser looks good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants