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.
- Host: GitHub
- URL: https://github.com/davidsword/todoist-cli-quick-add
- Owner: davidsword
- License: mit
- Created: 2021-06-11T23:34:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T22:17:34.000Z (about 5 years ago)
- Last Synced: 2025-06-27T00:45:25.829Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
