Skip to content

nemupm/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

Unofficial CLI to automatically schedule today Todoist items.

Requirements

  • Python(3.4.6)

Example

$ todoist-cli schedule --now

Before

https://user-images.githubusercontent.com/8213881/31333343-93e7b136-ad24-11e7-9968-4ab844375501.png

After

https://user-images.githubusercontent.com/8213881/31333389-df7578e0-ad24-11e7-806d-e0fd0aa1bc81.png

  • run at 19:00.
  • default item duration is 60 min.

Installation

$ python setup.py sdist
$ pip uninstall todoist-cli # if already installed
$ pip install dist/todoist-cli-0.0.1.tar.gz

Setting

$ cat $HOME/.todoist_cli/config.ini
[todoist]
token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

[calendar]
key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

[settings]
day_start=09:30
default_duration_minutes=60

Usage

schedule

$ todoist-cli schedule --help
Usage: todoist-cli schedule [OPTIONS]

Options:
  --date TEXT  (not implemented) Specify date as format YYYYMMDD
  --now        use the current time as day start time
  --help       Show this message and exit.

About

Unofficial CLI to automatically schedule today Todoist items.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages