This is the command pilot-read-todos that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pilot-read-todos - Synchronize your Palm ToDo application's database with your desktop
machine.
SECTION
pilot-link: Userland conduits
SYNOPSIS
pilot-read-todos [-p|--port <port>] [-q|--quiet] [-A|--archived] [-w|--write]
pilot-read-todos [-f|--file file] [-A|--archived] [-w|--write]
pilot-read-todos [--version] [-?|--help] [--usage]
DESCRIPTION
pilot-read-todos will read the ToDo database on the Palm handheld, or read the ToDoDB.pdb
file directly from disk on your desktop machine, and print the contents to STDOUT
(generally the screen).
Use only one of --port or --file.
OPTIONS
pilot-read-todos option
-f, --file file
Read a local todo database file from disk for printing. Excludes --port.
-A, --archived
Write archived entries only, in human-readable format
-w, --write
Write output - every operation must include a write command.
Conduit Options
-p, --port port
Use device file <port> to communicate with the Palm handheld device. If this is not
specified, pilot-read-todos will look for the $PILOTPORT environment variable. If
neither are found or supplied, pilot-read-todos will print the usage information.
Excludes --file.
-q,
--quiet
Suppress 'Hit HotSync button' message
-v, --version
Display version of pilot-read-todos and exit without connecting.
Help Options
-h, --help
Display the help synopsis for pilot-read-todos and exit without connecting.
--usage
Display a brief usage message and exit without connecting.
USAGE
Connect to a target Palm handheld and read the ToDo database, or read the ToDoDB.pdb file
from disk and print the entries found to STDOUT.
EXAMPLES
Read the on-Palm ToDo database, and dump to STDOUT.
pilot-read-todos -w -p /dev/pilot
Read the ToDoDB.pdb file on disk, and dump to STDOUT
pilot-read-todos -w -f ToDoDB.pdb
Use pilot-read-todos online using onworks.net services