Skip to content

leomeloxp/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
src
 
 
 
 
 
 
 
 
 
 
 
 

todoist-cli

A CLI interface to Todoist built with Javascript

Setup

Get your Todoist token via:

https://todoist.com/prefs/integrations

Set it to an environment variable:

Mac/Linux:

export TODOIST_TOKEN=MY_API_TOKEN

Windows (PowerShell):

$env:TODOIST_TOKEN = "MY_API_TOKEN"

Install dependencies:

yarn install

Run

todoist-cli

Usage

Add a task "Walk the dog", due on Sunday

todoist-cli --due sunday --add "Walk the dog"

List all tasks in the "Shopping" project

todoist-cli --list --project "Shopping"

List all projects

todoist-cli --projects

License

MIT

Credits

About

Small CLI utility for adding tasks to your Todoist inbox.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published