location: Diff for "todo.txt"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 22 and 38 (spanning 16 versions)
Revision 22 as of 2020-01-10 13:35:46
Size: 1692
Editor: daschil
Comment:
Revision 38 as of 2020-01-13 20:51:41
Size: 1536
Editor: crose
Comment:
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

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

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)