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.