Files
cmdasana/README.md
Aaron Gutierrez beec97d0d9 add makefile
2015-08-21 14:25:57 -07:00

17 lines
353 B
Markdown

# cmdasana
A curses CLI for Asana, using the Asana API.
Requirments:
* [python-asana](https://github.com/Asana/python-asana)
* [urwid (included)](http://urwid.org)
* python 2
Usage:
```
make
./cmdasana.py
```
When you first cmdasana, you will need to authorize the app in your browser.
Copy and paste your OAuth key into the terminal to get started.