Termdoro is pomodoro in your terminal.
- Work: 25 minutes
- Break: 5 minutes
- Long break: 15 minutes
- Long break after 4 sessions
- Total of 6 sessions
pip3 install termdoro
usage: termdoro [-h] [-n] [-s [FILE]] [-c | -H | -v] [TIME]
pomodoro in your terminal
options:
-h, --help show this help message and exit
-c, --config change pomodoro configuration
-H, --history show pomodoro history
-v, --version echo pomodoro version
time:
TIME starts a countdown to TIME. example values for TIME:
10, '1y 10d 1h 5m 30s', '1 January 4:00 PM'
-n, --notify enable notifications
-s [FILE], --sound [FILE]
enable sound with optional FILE
If sound does not work install PyObjC
.
pip3 install PyObjC