Deutsch | English
  

Palm Command Line Tools/ptodo


SYNOPSIS
      ptodo [-a] [-A] [-d] [-i] [-l] [-n] [-c Num|Name] [-C] [-p Pri] ([+|-][day[.month[.year]]] | [+n] | [-n] )

OPTIONS
      If no date is given, shows today's todos. If date is
      given, shows todos up to that date. If a + or - sign
      is given, shows todos n days ahead or back in time.

      -a Show todos regardless of their date

      -A Show all todos

      -d Show done todos

      -i Show IDs

      -l List categories

      -n Do not show note

      -c Limit to category Num/Name. (default: 0/Unfiled)

      -C Show todos from all categories

      -p Show todos with a priority up to Pri (default: 1)

      -h Show this help

EXAMPLES:
      Show today's todos without notes:
          ptodo -n
      Show tomorrow's todos:
          ptodo +1
      Show yesterday's todos:
          ptodo -1
      Show the todos due until the 15th of this month:
          ptodo 15


Clemens Resanka