location: todo.txt

Institute of Mathematics - PublicMathWiki:

Revision 9 as of 2020-01-10 12:42:18

Clear message

todo.txt

Do the following steps to setup the environment

  • mkdir ~/.todo
  • cd .todo
  • touch config
  • vi conifg (press then 'i')

# 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.