location: Diff for "todo.txt"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 28 and 30 (spanning 2 versions)
Revision 28 as of 2020-01-13 20:26:03
Size: 1269
Editor: crose
Comment:
Revision 30 as of 2020-01-13 20:28:42
Size: 1286
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
   * Notation: https://github.com/todotxt/todo.txt    * Syntax: https://github.com/todotxt/todo.txt
Line 14: Line 14:
export TODO_DIR=<full path to ~/.todo/config> export TODO_DIR=<full path. E.g. '/home/a/crose/Nextcloud/todo'>

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

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)