Metadata-Version: 2.1
Name: timetable-cli
Version: 0.8.0
Summary: 
Author: 0djentd
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Description-Content-Type: text/markdown

# timetable-cli
## How to use
```
Usage: timetable-cli [OPTIONS] COMMAND [ARGS]...

Options:
  --config TEXT                  [required]
  --db TEXT                      [required]
  --debug
  -d, --global-timedelta TEXT
  --list-categories
  -c, --columns TEXT
  --table-kwargs TEXT
  --ignore-time-status
  --combine-title-and-variation
  --help                         Show this message and exit.

Commands:
  show
  status
  watch
```
```
Usage: timetable-cli show [OPTIONS] [SELECTORS]...

Options:
  --help  Show this message and exit.
```
```
Usage: timetable-cli watch [OPTIONS]

Options:
  --text TEXT
  --interval INTEGER
  --notification
  --notification-cmd TEXT
  --voice
  --voice-cmd TEXT
  --notify-eta TEXT
  --table-selectors TEXT
  --help                   Show this message and exit.
```
```
Usage: timetable-cli status [OPTIONS]

Options:
  --help  Show this message and exit.
```

