= todo.txt = * http://todotxt.org/ (incl. list of apps which support 'todo.txt', all OS) * Very simple todo list manager (GTD: getting things done). * Notation: https://github.com/todotxt/todo.txt * Thinlinc: * GUI: Applications > Office > QTodoTxt * CLI: todo.sh Do the following steps to setup the environment * mkdir ~/.todo * cd .todo * touch config * vi conifg (press then 'i') {{{ # Your todo/done/report.txt locations export TODO_DIR=/home/[a|b|c}/[yourlogin]/todo export TODO_FILE="$TODO_DIR/todo.txt" export DONE_FILE="$TODO_DIR/done.txt" export REPORT_FILE="$TODO_DIR/report.txt" }}} * Android: * Standalone: https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask&hl=en * Nextcloud: https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask.nextcloud&hl=en = Synchronize 'todo' list = * Use a cloud storage provider like https://drive.math.uzh.ch, https://drive.switch.ch or https://dropbox.com. * Create a folder 'todo' on your cloud storage with a file 'todo.txt' * Start on thinlinc 'Applications > Office > QTodoTxt'. Open your todo.txt file on your cloud storage: {{attachment:qtodotxt.png}} * On Android install 'simpletask nextcloud' (or dropbox) > choose the synchronized todo.txt file.