https://github.com/niyazisuleymanov/termdoro
Pomodoro in your terminal
https://github.com/niyazisuleymanov/termdoro
countdown pomodoro python stopwatch timer
Last synced: 4 months ago
JSON representation
Pomodoro in your terminal
- Host: GitHub
- URL: https://github.com/niyazisuleymanov/termdoro
- Owner: niyazisuleymanov
- License: mit
- Created: 2022-02-17T22:02:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T23:08:01.000Z (about 3 years ago)
- Last Synced: 2025-08-27T23:00:48.783Z (11 months ago)
- Topics: countdown, pomodoro, python, stopwatch, timer
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Termdoro
Termdoro is pomodoro in your terminal.
## Default Configuration
- Work: 25 minutes
- Break: 5 minutes
- Long break: 15 minutes
- Long break after 4 sessions
- Total of 6 sessions
## Installation
```console
pip3 install termdoro
```
## Usage
```console
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
```
## Notes
If sound does not work install `PyObjC`.
```console
pip3 install PyObjC
```