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

https://github.com/davidsword/todoist-cli-quick-add

Add task to todoist.com inbox from short + command.
https://github.com/davidsword/todoist-cli-quick-add

Last synced: 11 months ago
JSON representation

Add task to todoist.com inbox from short + command.

Awesome Lists containing this project

README

          

# Todoist CLI Quick Add

Add task to todoist.com inbox from short `+` command.

## Installation

Requires a [Todoist.com](https://Todoist.com) account and [node](https://nodejs.org/) & [npm](https://www.npmjs.com/).

#### Download

```
git clone git@github.com:davidsword/todoist-cli-quick-add.git
cd todoist-cli-quick-add/
```

#### API Key

Create and edit a `.env` file:

```
vi .env
```

Add your token from todoist.com > Settings > Integrations > API Token:

```
TODOIST_API=yourtokenkeyhere
```

Save and close.

#### Install globally

```
npm install -g .
```

## Usage

```
$ + pick up milk
```

![](assets/demo.gif)