https://github.com/RuslanGagushin/todoclist
https://github.com/RuslanGagushin/todoclist
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/RuslanGagushin/todoclist
- Owner: RuslanGagushin
- Created: 2024-05-14T12:37:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T05:41:58.000Z (over 1 year ago)
- Last Synced: 2024-08-14T07:07:39.955Z (over 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - RuslanGagushin/todoclist - (Python)
- awesome-cli-apps-in-a-csv - todoclist - Simple CLI app for check your tasks from todoist. (<a name="todo-manager"></a>Todo managers)
- awesome-cli-apps - todoclist - Simple CLI app for check your tasks from todoist. (<a name="todo-manager"></a>Todo managers)
README
# 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==0.5.0
```
## 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
```