]> git.deb.at Git - pkg/abook.git/blob - abook.1
Initial revision
[pkg/abook.git] / abook.1
1 .TH ABOOK 1 "March 18, 2000"
2 .nh
3 .SH NAME
4 abook \- text-based address book program
5 .SH SYNOPSIS
6 .B abook
7 [ \fB--help\fP | \fB--datafile\fP <filename> | \fB--mutt-query\fP <string> | \fB--convert\fP <inputformat> <inputfile> <outputformat> <outputfile>] 
8 .SH DESCRIPTION
9 This manual page documents briefly the
10 .B abook
11 program.
12 This manual page was written for the Debian GNU/Linux distribution
13 because the original program does not have a manual page.
14 .PP
15 .B abook 
16 is a text-based address book program. It contains Name, Email, Address 
17 and various Phone fields. It is designed for use with mutt, but can be
18 equally useful on its own.
19 .SH OPTIONS
20 .TP
21 \fB\-\-help\fP
22 Show usage.
23 .TP
24 \fB\-\-datafile\fP <filename>
25 Use an alternative addressbook file (default is $HOME/.abook.addressbook).
26 .TP
27 \fB\-\-mutt-query\fP <string>
28 Make a query for mutt (search the addressbook for <string>).
29 .br
30 The \fB\-\-datafile\fP option, as documented above, may be used BEFORE this
31 option to search a different addressbook file.
32 .TP
33 \fB\-\-convert\fP <inputformat> <inputfile> <outputformat> <outputfile>
34 Converts <inputfile> in <inputformat> to <outputfile> in <outputformat>
35
36 .br
37 The following \fBinputformats\fP are supported:
38 .br
39 - \fBabook\fP abook native format
40 .br
41 - \fBldif\fP ldif / Netscape addressbook
42 .br
43 - \fBpine\fP pine addressbook
44
45 .br
46 The following \fBoutputformats\fP are supported:
47 .br
48 - \fBabook\fP abook native format
49 .br
50 - \fBmutt\fP mutt alias
51 .br
52 - \fBhtml\fP html document
53 .br
54 - \fBpine\fP pine addressbook
55 .br
56 - \fBgcrd\fP GnomeCard (VCard) addressbook
57 .br
58 - \fBcsv\fP comma separated values
59 .br
60 - \fBelm\fP elm alias
61 .br
62 - \fBtext\fP plain text
63
64 .SH COMMANDS DURING USE
65 Press '\fB?\fP' during use to get a list of commands.
66 .SH SEE ALSO
67 .BR mutt (1),
68 .BR abookrc (5)
69 .br
70 .SH AUTHOR
71 This manual page was written by Alan Ford <alan@whirlnet.co.uk>,
72 for the Debian GNU/Linux system (but may be used by others).
73
74 .br
75 .B abook
76 was written by Jaakko Heinonen <jheinonen@bigfoot.com>