https://github.com/egegunes/todoist-capture
Capture tasks to your Todoist Inbox directly from your terminal
https://github.com/egegunes/todoist-capture
cli todoist
Last synced: 6 months ago
JSON representation
Capture tasks to your Todoist Inbox directly from your terminal
- Host: GitHub
- URL: https://github.com/egegunes/todoist-capture
- Owner: egegunes
- License: gpl-3.0
- Created: 2018-11-03T07:38:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T20:33:34.000Z (over 7 years ago)
- Last Synced: 2025-11-27T12:38:52.610Z (8 months ago)
- Topics: cli, todoist
- Language: Python
- Size: 14.6 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todoist Capture
This is a little tool to capture tasks directly from your terminal.
## Installation
```
$ pip install --user todoist-capture
```
## Configuration
Create a file named ".todoist" in your $HOME.
```
[todoist]
token=your_todoist_api_access_token
```
## Usage
```
$ capture "Buy coffee beans"
```