A tiny todoist CLI program. Takes simple input and dumps it in your inbox or another project. Tasks sent to the inbox can take advantage of natural language processing to assign due dates, tags etc.
Will ask for your Todoist API token on first run, and your data in json format in ~/.tod.cfg
.
Install Tod
bash
cargo install tod
Clone the project
bash
git clone git@github.com:alanvardy/tod.git
cd tod
./test.sh # run the tests
cargo build --release
You can then find the binary in /target/release/
bash
tod --add myproject 12345678
tod -a myproject 12345678
bash
tod --remove myproject
tod -r myproject
bash
tod --list
tod -l
```bash
tod inbox Buy milk from the grocery store tomorrow
tod myproject write more rust ```
```bash
tod --next myproject tod -n myproject ```