-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (21 loc) · 677 Bytes
/
README
File metadata and controls
31 lines (21 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
todoist-cli
===========
A command line interface for adding tasks to Todoist.
Installation
------------
::
git clone https://github.com/csu/todoist-cli.git
cd todoist-cli
pip install -r requirements.txt
Usage
-----
::
Usage: todoist.py [OPTIONS] FILE
Add tasks from a file
Options:
-po, --project TEXT a project id
-pi, --priority TEXT priority (1 to 4, 4 highest)
-i, --indent TEXT indent level (1 to 4, 1 top-level)
-d, --date TEXT due date (Todoist-formatted date string)
--help Show this message and exit.
Add four tabs to the start of a line to increment the indent level by 1.