Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolasblack/todoistcli
The simple cli client for todoist
https://github.com/bolasblack/todoistcli
Last synced: 11 days 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-29T17:48:45.000Z (about 12 years ago)
- Last Synced: 2024-11-10T03:36:32.282Z (2 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
}
}