.. title: todo.txt .. slug: 2014-12-29-todotxt .. date: 2014-12-29 22:05:13 UTC+01:00 .. tags: cloud .. link: .. description: .. type: text In a previous post, I described steps to follow to live with decentralized, open-source cloud services (see :doc:`here <2014-12-07-can-we-live-without-google-and-co>`), let's focus on setting up a todo list. Everything revolves under the http://todotxt.com/ specifications -- all in one, simple todo.txt file .. TEASER_END This is how I do it: 1. the file sits in the owncloud repository, syncs with desktop mac or android using the owncloud app, (on android, be sure to not save it on the external sdcard as it would make it read-only) 2. on mac, I use vim or alternatively todotxtmac available using ``brew cask install todotxt`` - another nice tool is the CLI available using ``brew install todo-txt`` (use ``cp /usr/local/Cellar/todo-txt/2.10/todo.cfg ~/.todo.cfg && vim ~/.todo.cfg`` to configure) 3. on android, I use the folowing solution: https://blog.portknox.net/2014/11/how-to-manage-todo-txt-with-owncloud/ (that is by using simpletask_ available with fdroid_ @ https://f-droid.org/repository/browse/?fdid=nl.mpcjanssen.simpletask ) .. _fdroid: https://f-droid.org/ .. _simpletask: https://f-droid.org/repository/browse/?fdfilter=simple+task&fdid=nl.mpcjanssen.simpletask