Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A command line interface for adding tasks to Todoist.

Awesome Lists containing this project

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.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.