Skip to content

csu/todoist-cli

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

todoist-cli

A command line interface for adding tasks to Todoist.

Installation

pip install todoist-cli

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.

Releases

No releases published

Packages

No packages published

Languages