location: Diff for "todo.txt"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 7 and 8
Revision 7 as of 2020-01-10 12:33:52
Size: 1298
Editor: daschil
Comment:
Revision 8 as of 2020-01-10 12:42:03
Size: 1308
Editor: daschil
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
Do the following steps to add the create the config
    * mkdir ~/.todo/
Do the following steps to setup the environment
    * mkdir ~/.todo
    * cd .todo

todo.txt

Do the following steps to setup the environment

  • mkdir ~/.todo
  • cd .todo
  • touch config
  • vi conifg

# Your todo/done/report.txt locations
export TODO_DIR=/home/[a|b|c}/[yourlogin]/todo
export TODO_FILE="$TODO_DIR/todo.txt"
export DONE_FILE="$TODO_DIR/done.txt"
export REPORT_FILE="$TODO_DIR/report.txt"

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)