1pilot-memos(1) PILOT-LINK pilot-memos(1)
2
3
4
6 pilot-memos - Manipulate Memo entries from a file or your Palm device.
7
9 pilot-link: Userland conduits
10
11
13 pilot-memos [-p|--port <port>] [-q|--quiet] [--version] [-?|--help]
14 [--usage] [-v|--verbose] [-d|--delete] [-f|--file file] [-s|--save
15 dir] [-c|--category STRING] [-r|--regex STRING]
16
17
19 By default, the contents of your Palm's memo database will be written
20 to standard output as a standard UNIX mailbox (mbox-format) file, with
21 each memo as a separate message. The subject of each message will be
22 the category.
23
24
25 If '-s' is specified, then instead of being written to standard output,
26 memos will be saved in subdirectories of dir. Each subdirectory will be
27 the name of a category on the Palm, and will contain the memos in that
28 category. Each filename will be the first line (up to the first 40
29 characters) of the memo. Control characters, slashes, and equal signs
30 that would otherwise appear in filenames are converted after the fash‐
31 ion of MIME's quoted-printable encoding. Note that if you have two
32 memos in the same category whose first lines are identical, one of them
33 will be overwritten.
34
35
36 If '-f' is specified, the specified file will be treated as a memo
37 database from which to read memos, rather than HotSyncing from the
38 Palm.
39
40
42 pilot-memos options
43 -V, --verbose
44
45
46 Verbose, with -s, print each filename when written to disk.
47
48 -d,
49 --delete NUMBER
50
51
52 Delete memo named by number num.
53
54 -f,
55 --file file.
56
57
58 Use <file> as input file (instead of MemoDB.pdb).
59
60 -s,
61 --save dir.
62
63
64 Save memos in dir instead of writing to STDOUT.
65
66 -c,
67 --category cat.
68
69
70 Only create memos in this category.
71
72 -r,
73 --regex regex.
74
75
76 Select memos saved by regular expression on the title.
77
78
79 Conduit Options
80 -p, --port <port>
81
82
83 Use device file <port> to communicate with the Palm handheld. If this
84 is not specified, pilot-memos will look for the $PILOTPORT environment
85 variable. If neither are found or supplied, pilot-memos will print
86 the usage information.
87
88 -q,
89 --quiet
90
91
92 Suppress 'Hit HotSync button' message
93
94 -v, --version
95
96
97 Display version of pilot-memos and exit without connecting.
98
99
100 Help Options
101 -h, --help
102
103
104 Display the help synopsis for pilot-memos and exit without connecting.
105
106 --usage
107
108
109 Display a brief usage message and exit without connecting.
110
111
113 pilot-memos was originally written by Kenneth Albanowski.
114
115
116 This manual page was converted to XML by Neil Williams <linux@code‐
117 help.co.uk>
118
119
121 We have an online bug tracker. Using this is the only way to ensure
122 that your bugs are recorded and that we can track them until they are
123 resolved or closed. Reporting bugs via email, while easy, is not very
124 useful in terms of accountability. Please point your browser to
125 http://bugs.pilot-link.org: http://bugs.pilot-link.org and report your
126 bugs and issues there.
127
128
130 This program is free software; you can redistribute it and/or modify it
131 under the terms of the GNU General Public License as published by the
132 Free Software Foundation; either version 2 of the License, or (at your
133 option) any later version.
134
135
136 This program is distributed in the hope that it will be useful, but
137 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
138 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
139 Public License for more details.
140
141
142 You should have received a copy of the GNU General Public License along
143 with this program; if not, write to the Free Software Foundation, Inc.,
144 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
145
146
148 install-memo (1), pilot-link(7).
149
150
151
152
1530.12.5 Copyright 1996-2007 FSF pilot-memos(1)