location: Diff for "todo.txt"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 24 and 25
Revision 24 as of 2020-01-10 13:37:15
Size: 1702
Editor: daschil
Comment:
Revision 25 as of 2020-01-10 14:03:22
Size: 1245
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
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

    * Setup: create a file `~/.todo/config` {{{
export TODO_DIR=<full path to ~/.todo/config>
Line 30: Line 19:
   * type 'wq'
   * type cd
 * type 'todo.sh add +MyProject @MyContext'
  * todo.sh 'action' [task_number] [task_description]
  * action: add, list (see todo.sh -h)
   * Use: open a terminal and type {{{todo.sh -h}}}

todo.txt

  • http://todotxt.org/ (incl. list of apps which support 'todo.txt', all OS)

  • Thinlinc:
    • GUI: Applications > Office > QTodoTxt

    • CLI: todo.sh
      • Setup: create a file ~/.todo/config

        export TODO_DIR=<full path to ~/.todo/config>
        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

Android

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)