Metadata-Version: 2.1
Name: todoclist
Version: 0.5.0
Summary: 
Author: Ruslan Gagushin
Author-email: gagushin2@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: datetime (>=5.5,<6.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: todoist-api-python (>=2.1.4,<3.0.0)
Requires-Dist: typer (>=0.12.3,<0.13.0)
Description-Content-Type: text/markdown

# TODOCLIST - Todoist plugin for CLI

Simple CLI app for check your tasks from todoist

## Installation

You can install app from pip repository: [todoclist](https://pypi.org/project/todoclist/)

Use pip installer:

```bash
pip install todoclist
```

## Basic commands

> At the first launch app ask you to add yor API key.

1. Today tasks

```bash
docli today - show all todays tasks
```

2. Agenda

```bash
docli agenda - show agenda for a week
```

3. All

```bash
docli all - show all your tasks
```

4. Add

```bash
docli add - add new task

---
1 question - task description
2 question - due date
```

