location: Diff for "todo.txt"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 3 and 38 (spanning 35 versions)
Revision 3 as of 2020-01-07 10:28:15
Size: 854
Editor: crose
Comment:
Revision 38 as of 2020-01-13 20:51:41
Size: 1536
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * http://todotxt.org/ (List of apps which support 'todo.txt')  * http://todotxt.org/ (incl. list of apps which support 'todo.txt', all OS)
Line 5: Line 5:
   * Notation: https://github.com/todotxt/todo.txt    * Very simple todo list manager (GTD: getting things done).
   * Syn
tax: https://github.com/todotxt/todo.txt
Line 7: Line 8:
 * Thinlinc:  * '''Share''' the file 'todo.txt' via [[drive.math.uzh.ch]]. '''Configure all apps''' to use shared file.
Line 9: Line 10:
   * GUI: Applications > Office > QTodoTxt
   * CLI: todo.sh
== Thinlinc ==
Line 12: Line 12:
 * Android:    * '''GUI''': {{{Applications > Office > QTodoTxt}}}
   * '''CLI''': todo.sh
Line 14: Line 15:
     * 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}}}

   * '''Thunderbird''' Extension 'Todo.txt': https://addons.thunderbird.net/en-US/thunderbird/addon/todotxt-extension/

== Android: SimpleTask ==

   * '''Nextcloud''': https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask.nextcloud&hl=en
Line 15: Line 30:
   * Nextcloud: https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask.nextcloud&hl=en
Line 21: Line 35:
 * Start on thinlinc 'Applications > Office > QTodoTxt'. Open your todo.txt file:  * Start on thinlinc 'Applications > Office > QTodoTxt'. Open your todo.txt file on your cloud storage:
Line 25: Line 39:
 * On Android install 'simpletask nextcloud' > chosse the synchronized todo.txt file.  * On Android install `simpletask nextcloud` (or dropbox) > choose the synchronized todo.txt file.

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

  • Thunderbird Extension 'Todo.txt': https://addons.thunderbird.net/en-US/thunderbird/addon/todotxt-extension/

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)