location: todo.txt

Institute of Mathematics - PublicMathWiki:

Revision 11 as of 2020-01-10 12:45:15

Clear message

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'

Synchronize 'todo' list

qtodotxt.png

  • On Android install 'simpletask nextcloud' (or dropbox) > choose the synchronized todo.txt file.