location: Diff for "todo.txt"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 25 and 33 (spanning 8 versions)
Revision 25 as of 2020-01-10 14:03:22
Size: 1245
Editor: crose
Comment:
Revision 33 as of 2020-01-13 20:31:08
Size: 1398
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 8: Line 8:
 * Thinlinc:  * Share the file 'todo.txt' via drive.math.uzh.ch. Configure all apps to use shared file.
Line 10: Line 10:
   * GUI: Applications > Office > QTodoTxt
   * CLI: todo.sh
== Thinlinc ==
Line 13: Line 12:
    * Setup: create a file `~/.todo/config` {{{
export TODO_DIR=<full path to ~/.todo/config>
   * '''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'>
Line 19: Line 21:
   * Use: open a terminal and type {{{todo.sh -h}}}
Line 21: Line 22:
== Android ==      * Use: open a terminal and type {{{todo.sh -h}}}

== Android: SimpleTask ==
Line 24: Line 27:
   * Nextcloud: https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask.nextcloud&hl=en    * '''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)