location: todo.txt

Institute of Mathematics - PublicMathWiki:

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 21 as of 2020-01-10 13:35:39

todo.txt

Do the following steps to setup the environment

  • open in your TL session a terminal
  • cd
  • pwd (shows your home dir path: '/home/a/crose')
  • mkdir ~/.todo
  • cd .todo
  • touch config
  • vi conifg
  • press 'i'
  • insert the lines below and adapt as needed

# 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'
  • type cd

* type 'todo.sh add +MyProject @MyContext' * todo.sh [-fhpantvV] [-d todo_config] action [task_number] [task_description]

Android

Synchronize 'todo' list

qtodotxt.png

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