location: Diff for "todo.txt"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 34 and 35
Revision 34 as of 2020-01-13 20:31:58
Size: 1414
Editor: crose
Comment:
Revision 35 as of 2020-01-13 20:32:27
Size: 1414
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
   * '''Nextcloud''': https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask.nextcloud&hl=en
Line 27: Line 28:
   * '''Nextcloud''': https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask.nextcloud&hl=en

todo.txt

Thinlinc

  • GUI: Applications > Office > QTodoTxt

  • CLI: todo.sh

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

      export TODO_DIR=<full path. E.g. '/home/a/crose/Nextcloud/todo'>
      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: SimpleTask

Synchronize 'todo' list

qtodotxt.png

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

PublicMathWiki: todo.txt (last edited 2020-01-13 20:51:41 by crose)