location: todo.txt

Institute of Mathematics - PublicMathWiki:

Revision 25 as of 2020-01-10 14:03:22

Clear message

todo.txt

  • http://todotxt.org/ (incl. list of apps which support 'todo.txt', all OS)

  • Thinlinc:
    • GUI: Applications > Office > QTodoTxt

    • CLI: todo.sh
      • Setup: create a file ~/.todo/config

        export TODO_DIR=<full path to ~/.todo/config>
        export TODO_FILE="$TODO_DIR/todo.txt"
        export DONE_FILE="$TODO_DIR/done.txt"
        export REPORT_FILE="$TODO_DIR/report.txt"
    • Use: open a terminal and type todo.sh -h

Android

Synchronize 'todo' list

qtodotxt.png

  • On Android install 'simpletask nextcloud' (or dropbox) > choose the synchronized todo.txt file.