https://github.com/RuslanGagushin/todoclist
https://github.com/RuslanGagushin/todoclist
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/RuslanGagushin/todoclist
- Owner: RuslanGagushin
- Created: 2024-05-14T12:37:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T05:41:58.000Z (9 months ago)
- Last Synced: 2024-08-14T07:07:39.955Z (6 months 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)
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
```