install-todo(1)
NAME
install-todo - Updates the Palm ToDo list with one new
entry.
SYNOPSIS
install-todo [-p <port>] [-P <priority>] [-d <duedate>] [-c] [-n <note>] [-f <filename>]
DESCRIPTION
install-todo allows the user to install one new ToDo list
entry with specified paramters passed to install-todo and
add a Note entry using text found in a filename <filename>
passed to install-todo.
OPTIONS
- -p, --port <port>
- Use device file <port> to communicate with the Palm
handheld. If this is not specified, will look for
the $PILOTPORT environment variable. If both are not found or supplied, install-expenses will fall back to /dev/pilot. - -h, --help
- Display the help synopsis for install-hinote.
- -v, --version
- Display version of install-hinote.
- -P, --priority <priority>
- Specify the priority of the ToDo entry (defaults to
a priority of 1) - NOTE: this value has changed from the default of 4
to the default of 1, just as a new ToDo entry on
the Palm would set it. - -d, --due <duedate>
- The due Date MM/DD/YYYY (defaults to blank, no due
date if this is not specified). - -c, --completed
- Mark the item complete (the default is to mark the
item as incomplete, as the Palm would do it). - -n, --note <note>
- The Note text you wish to add to this ToDo entry,
if any. - -f, --file <filename>
- A local filename containing the Note text.
USAGE
The program will connect to a target Palm handheld, and
creates the ToDo entry to the Palm ToDo application, using
the specified parameters and input from the supplied file
passed as arguments on the commandline.
BUGS
- KNOWN BUGS
- install-todo has no known bugs at this time.
- REPORTING BUGS
Report bugs at http://bugs.pilot-link.org/
AUTHOR
install-todo was originally written by Martin Fick, based
on code in install-todos by Robert A. Kaplan.