https://github.com/csu/todoist-cli
A command line interface for adding tasks to Todoist.
https://github.com/csu/todoist-cli
cli command-line python todoist todoist-cli tool
Last synced: 6 months ago
JSON representation
A command line interface for adding tasks to Todoist.
- Host: GitHub
- URL: https://github.com/csu/todoist-cli
- Owner: csu
- License: other
- Created: 2014-11-09T21:22:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:41:29.000Z (over 2 years ago)
- Last Synced: 2024-04-16T08:46:04.827Z (about 1 year ago)
- Topics: cli, command-line, python, todoist, todoist-cli, tool
- Language: Python
- Homepage: http://christopher.su/todoist-cli/
- Size: 35.2 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - csu/todoist-cli - A command line interface for adding tasks to Todoist. (Python)
README
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.txtUsage
-----::
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.