1689
Comment:
|
1530
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
* Notation: https://github.com/todotxt/todo.txt | * Syntax: https://github.com/todotxt/todo.txt |
Line 8: | Line 8: |
* Thinlinc: | * '''Share''' the file 'todo.txt' via [[drive.math.uzh.ch]]. '''Configure all apps''' to use shared file. |
Line 10: | Line 10: |
* GUI: Applications > Office > QTodoTxt * CLI: todo.sh 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 |
== Thinlinc == * '''GUI''': {{{Applications > Office > QTodoTxt}}} * '''CLI''': todo.sh * Setup: create a file `~/.todo/config` {{{ export TODO_DIR=<full path. E.g. '/home/a/crose/Nextcloud/todo'> |
Line 30: | Line 21: |
* type 'wq' | |
Line 32: | Line 22: |
* type cd * type 'todo.sh add +MyProject @MyContext' * todo.sh [-fhpantvV] [-d todo_config] action [task_number] [task_description] |
* Use: open a terminal and type {{{todo.sh -h}}} |
Line 36: | Line 24: |
* Thunderbird Extension 'Todo.txt': https://addons.thunderbird.net/en-US/thunderbird/addon/todotxt-extension/ | |
Line 37: | Line 26: |
== Android == | == Android: SimpleTask == |
Line 39: | Line 28: |
* '''Nextcloud''': https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask.nextcloud&hl=en | |
Line 40: | Line 30: |
* Nextcloud: https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask.nextcloud&hl=en | |
Line 50: | Line 39: |
* On Android install 'simpletask nextcloud' (or dropbox) > choose the synchronized todo.txt file. | * On Android install `simpletask nextcloud` (or dropbox) > choose the synchronized todo.txt file. |
todo.txt
http://todotxt.org/ (incl. list of apps which support 'todo.txt', all OS)
- Very simple todo list manager (GTD: getting things done).
Share the file 'todo.txt' via drive.math.uzh.ch. Configure all apps to use shared file.
Thinlinc
GUI: Applications > Office > QTodoTxt
CLI: todo.sh
Setup: create a file ~/.todo/config
export TODO_DIR=<full path. E.g. '/home/a/crose/Nextcloud/todo'> export TODO_FILE="$TODO_DIR/todo.txt" export DONE_FILE="$TODO_DIR/done.txt" export REPORT_FILE="$TODO_DIR/report.txt"
Use: open a terminal and type todo.sh -h
Thunderbird Extension 'Todo.txt': https://addons.thunderbird.net/en-US/thunderbird/addon/todotxt-extension/
Android: SimpleTask
Nextcloud: https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask.nextcloud&hl=en
Standalone: https://play.google.com/store/apps/details?id=nl.mpcjanssen.simpletask&hl=en
Synchronize 'todo' list
Use a cloud storage provider like https://drive.math.uzh.ch, https://drive.switch.ch or https://dropbox.com.
- Create a folder 'todo' on your cloud storage with a file 'todo.txt'
Start on thinlinc 'Applications > Office > QTodoTxt'. Open your todo.txt file on your cloud storage:
On Android install simpletask nextcloud (or dropbox) > choose the synchronized todo.txt file.