1pilot-install-todos(1) PILOT-LINK pilot-install-todos(1)
2
3
4
6 pilot-install-todos - Updates the Palm ToDo list with entries from a
7 local file.
8
10 pilot-link: Userland conduits
11
12
14 pilot-install-todos [-p|--port <port>] [--version] [-?|--help]
15 [--usage] [-q|--quiet] [-f|--filename STRING]
16
17
19 pilot-install-todos allows the user to update the Palm ToDo list with
20 entries from a local file.
21
22
23 The format of this file is a simple line-by-line ToDo task entry. For
24 each new line in the local file, a new task is created in the ToDo
25 database on the Palm.
26
27
29 pilot-install-todos options
30 -f,
31 --filename filename
32
33
34 A local filename containing the ToDo entry text.
35
36
37 Conduit Options
38 -p, --port
39 <port>
40
41
42 Use device file <port> to communicate with the Palm handheld. If this
43 is not specified, pilot-install-todos will look for the $PILOTPORT
44 environment variable. If neither are found or supplied,
45 pilot-install-todos will print the usage information.
46
47 -q,
48 --quiet
49
50
51 Suppress 'Hit HotSync button' message
52
53 -v, --version
54
55
56 Display version of pilot-install-todo and exit without connecting.
57
58
59 Help Options
60 -h, --help
61
62
63 Display the help synopsis for pilot-install-todos and exit without con‐
64 necting.
65
66 --usage
67
68
69 Display a brief usage message and exit without connecting.
70
71
73 The program will connect to a target Palm handheld, and creates the
74 ToDo entry to the Palm ToDo application, using the specified file.
75
76
78 -p /dev/pilot -f $HOME/MyTodoList.txt
79
80
82 pilot-install-todo was originally written by Martin Fick, based on
83 code in pilot-install-todos by Robert A. Kaplan.
84
85
86 This manual page was written by Neil Williams <linux@codehelp.co.uk>
87
88
90 We have an online bug tracker. Using this is the only way to ensure
91 that your bugs are recorded and that we can track them until they are
92 resolved or closed. Reporting bugs via email, while easy, is not very
93 useful in terms of accountability. Please point your browser to
94 http://bugs.pilot-link.org: http://bugs.pilot-link.org and report your
95 bugs and issues there.
96
97
99 This program is free software; you can redistribute it and/or modify it
100 under the terms of the GNU General Public License as published by the
101 Free Software Foundation; either version 2 of the License, or (at your
102 option) any later version.
103
104
105 This program is distributed in the hope that it will be useful, but
106 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
107 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
108 Public License for more details.
109
110
111 You should have received a copy of the GNU General Public License along
112 with this program; if not, write to the Free Software Foundation, Inc.,
113 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
114
115
117 pilot-install-todo(1), pilot-link(7).
118
119
120
121
1220.12.5 Copyright 1996-2007 FSF pilot-install-todos(1)