pomodoro icon indicating copy to clipboard operation
pomodoro copied to clipboard

simple command line pomodoro app with visualization of statistics

Results 10 pomodoro issues
Sort by recently updated
recently updated
newest added

``` # create a virtual environment venvwrapper -c bad_pomodoro (bad_pomodoro) >pip install -r requirements.txt (bad_pomodoro) >python setup.py install ... ModuleNotFoundError: No module named 'appdirs' ``` `appdirs`, `packaging` and `ordered_set` are...

This should fix #29.

I thought it'd be useful for me to have this (I think one of the issues seemed to address this as well).

### **A dedicated cross-platform app for it.** > A GUI application made up with web-technologies. This would be awesome for those with less and no prior experience with programming in...

I have installed the program on my PC with win7, How should i use it?

so i run pomodoro 60 5; i got to the alarm. then i hit ctrl c 1) is there a better way to stop it? 2) is there an option...

Hi, I was thinking of using print(''\a) few times instead of playing the mp3 so that it will be more simple `def play_alarm(filename = None): for i in range(3): print('\a')...

Hi. I've started using `pomodoro-cli`. (I ran `pipx install pomodoro-cli`.) The programme worked nicely, but the alarm was a little bit loud. I would like you to add volume option...

Integration of todo.txt is useful so that we can work on task from that file. And todo.txt is open source popular solution (rather than Google task etc). The todo.txt file...