location: Diff for "todo.txt"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 1 and 25 (spanning 24 versions)
Revision 1 as of 2020-01-07 10:26:01
Size: 714
Editor: crose
Comment:
Revision 25 as of 2020-01-10 14:03:22
Size: 1245
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * http://todotxt.org/  * http://todotxt.org/ (incl. list of apps which support 'todo.txt', all OS)
Line 5: Line 5:
   * Very simple todo list manager (GTD: getting things done).
Line 6: Line 7:
   * List of apps which support 'todo.txt'
Line 13: Line 13:
 * Android:     * 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 ==
Line 22: Line 30:
 * Start on thinlinc 'Applications > Office > QTodoTxt',  * 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.

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.

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