gtd-couch

gtd task management with a couchapp

MIT License

Stars
9
Committers
1

gtd-couch

couchapp for getting things done

Motivation

All GTD todo managers are overly complex or don't do useful syncing (read: No OTA sync in Things.app). CouchDB is simple and does replication so it seems like a perfect match.

Deployment

  • go to http://www.couchone.com/get and get a
    hosted CouchDB or follow the instructions to set up a local one
  • clone this repository git clone http://github.com/mrtazz/gtd-couch
  • install couchapp pip install couchapp
  • deploy it to your DB couchapp push $yourdb

My data in the cloud?

Since your tasks may be sensitive data, check out the TODOs to see what is not yet implemented and also read this for a better understanding of the CouchDB security model.

TODO

Contribute

If you want to contribute:

  • Fork the project.
  • Make your feature addition or bug fix.
  • Commit
  • Send me a pull request. Bonus points for topic branches.

Thanks