https://github.com/bolasblack/todoistcli
The simple cli client for todoist
https://github.com/bolasblack/todoistcli
Last synced: 5 months ago
JSON representation
The simple cli client for todoist
- Host: GitHub
- URL: https://github.com/bolasblack/todoistcli
- Owner: bolasblack
- Created: 2011-09-30T15:00:33.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-29T17:48:45.000Z (over 12 years ago)
- Last Synced: 2025-01-06T12:37:07.862Z (6 months ago)
- Language: Python
- Homepage: plafer.info
- Size: 182 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
A simple cli client for [todoist](http://todoist.com/)
##Install:
```sh
sudo make install
```##Usage:
Get Token:
```sh
todoist --token EMAIL PASSWORD
```Create `.todoistCliCfg`:
```sh
echo '{"api_token":"YOUR TOKEN"}' > ~/.todoistCliCfg
```~/.todoistCliCfg example:
{
//Your todoist API
"api_token": "xxx",
//Default project id
"default_project": 123 (must larger than 4),
//Alisa project id
"alias": {
"test(can't be number)":1350142
}
}