Metadata-Version: 2.1
Name: termdoro
Version: 2.0.0
Summary: Pomodoro in your terminal
Home-page: https://github.com/niyazisuleymanov/termdoro
Author: Niyazi Suleymanov
Author-email: niyazisuleymanov@protonmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/niyazisuleymanov/termdoro/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bullet
Requires-Dist: python-dateutil
Requires-Dist: playsound
Requires-Dist: pyfiglet

# 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 
```
