This repository was archived by the owner on Jul 6, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrolo.1
56 lines (56 loc) · 1.52 KB
/
rolo.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.\" Process this file with
.\" groff -man -Tascii rolo.1
.\"
.\" $Id: rolo.1,v 1.5 2003/04/26 05:07:48 ahsu Rel $
.Dd April 26, 2003
.Os
.Dt ROLO 1
.Sh NAME
.Nm rolo
.Nd text-based contact management software
.Sh SYNOPSIS
.Nm rolo
.Op Fl r
.Op Fl f Ar datafile
.Nm rolo
.Op Fl v
.Nm rolo
.Op Fl V
.Sh DESCRIPTION
Rolo keeps track of your contacts and display them to you with a
text-based menu. Rolo strives to be a well-constructed tool for
complimenting text-based email programs-such as mutt. It utilizes
the vCard version 3.0 format for storing its contacts and it
interfaces with the end-user through a NCurses front-end.
.Pp
The options are as follows:
.Bl -tag -offset indent -width "-V"
.It -r
Open the data file in read-only mode. This essentially disables
adding, editing, and deleting contacts.
.It -f
Use the specified file as the data file.
.It -v
Display the version.
.It -V
Display the copyright and license.
.El
.Sh ENVIRONMENT
.Bl -tag -width "ROLO_EDITOR"
.It ROLO_EDITOR
If ROLO_EDITOR is set, its value is used as the name of the program
to invoke when displaying contact entries in advanced edit. If
ROLO_EDITOR is not set, then EDITOR is used. If EDITOR is also not
set, the default value of vi is used.
.Sh FILES
.Bl -tag -width "~/.rolo/contacts.vcf" -compact
.It Pa ~/.rolo/rolorc
Rolo configuration file.
.It Pa ~/.rolo/contacts.vcf
Default data file that rolo reads upon startup.
.Sh SEE ALSO
.Xr vi 1
.Sh AUTHORS
.An "Andrew Hsu" Aq ahsu@users.sf.net
.Sh BUGS
The read-only option does not work. The configuration file is not used.