location: Diff for "todo.txt"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 10 and 12 (spanning 2 versions)
Revision 10 as of 2020-01-10 12:42:31
Size: 1325
Editor: daschil
Comment:
Revision 12 as of 2020-01-10 12:45:47
Size: 1440
Editor: daschil
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
    * open in your TL session a terminal
    * cd
Line 16: Line 18:
    * vi conifg (then press 'i')     * vi conifg
    *
press 'i'
Line 20: Line 23:
# or the path where you want store the files
Line 24: Line 28:
   * type 'wq'
Line 25: Line 30:
 * Android: = Android =

todo.txt

Do the following steps to setup the environment

  • open in your TL session a terminal
  • cd
  • mkdir ~/.todo
  • cd .todo
  • touch config
  • vi conifg
  • press 'i'

# Your todo/done/report.txt locations
export TODO_DIR=/home/[a|b|c}/[yourlogin]/todo
# or the path where you want store the files
export TODO_FILE="$TODO_DIR/todo.txt"
export DONE_FILE="$TODO_DIR/done.txt"
export REPORT_FILE="$TODO_DIR/report.txt"
  • type 'wq'

= 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)