6954
|
1 .TH gaim-remote 1
|
|
2
|
|
3 .SH "NAME"
|
|
4 gaim-remote v@VERSION@ \- Gaim command-line remote control
|
|
5
|
|
6 .SH "SYNOPSIS"
|
|
7 .TP 5
|
|
8 \fBgaim-remote \fI[command]\fR \fI[parameters]\fR
|
|
9 .TP 5
|
|
10 \fBgaim-remote -h \fI[command]\fR
|
|
11
|
|
12 .SH "DESCRIPTION"
|
|
13 .PP
|
|
14 \fbgaim-remote\fR is a command-line interface for controlling an already-running instance of the Gaim Instant Messaging client. It currently has only rudimentary support for launching AIM-style URIs, and closing the running instance, although further functionality is planned.
|
|
15
|
|
16 .SH "OPTIONS"
|
|
17 The following options are provided by \fBgaim-remote\fR:
|
|
18 .TP
|
|
19 .B \-h [\fIcommand\fB]
|
|
20 Display help for \fBgaim-remote\fR or a specific command (see below).
|
|
21
|
|
22 .SH "COMMANDS"
|
|
23 The following commands are implemented by \fBgaim-remote\fR:
|
|
24 .TP
|
|
25 .B quit
|
|
26 Closes the currently-running instance of \fBGaim\fR.
|
|
27 .TP
|
|
28 .B uri [URI]
|
|
29 Sends the given AIM-style URI to the currently running instance of \fBGaim\fR (see below).
|
|
30
|
|
31 .SH "URIs"
|
|
32 The following URIs are currently valid. These default to acting on the first AIM account you have in your list:
|
|
33 .TP
|
|
34 .B aim:goim?screenname=[SCREENNAME]
|
8656
|
35 Begins a new conversation with the given screenname.
|
6954
|
36 .TP
|
|
37 .B aim:goim?screenname=[SCREENNAME]&message=[MESSAGE]
|
|
38 Sends the given message to the screenname. Spaces in the message must be replaced with +.
|
|
39 .TP
|
|
40 .B aim:gochat?roomname=[CHATROOM]
|
|
41 Opens a chat window in the given room.
|
|
42 .TP
|
|
43 .B aim:addbuddy?screenname=[SCREENNAME]
|
8656
|
44 Opens a dialog to add the specified buddy to your buddy list.
|
6954
|
45
|
|
46 .SH "FILES"
|
|
47 .TP
|
|
48 .I /tmp/gaim_[USERNAME].[INSTANCE]
|
|
49 The UNIX domain socket used to contact the running instance of \fBGaim\fR.
|
|
50
|
|
51 .SH "SEE ALSO"
|
|
52 .BR gaim (1),
|
|
53 .BR \fIhttp://gaim.sourceforge.net/\fR,
|
|
54 .BR \fIhttp://www.sourceforge.net/projects/gaim/\fR
|
|
55
|
|
56 .SH "AUTHOR"
|
|
57 .PP
|
|
58 This manpage was written by Robert McQueen <\fIrobot101@debian.org\fR>
|
|
59 for the Debian GNU/Linux system (but may be used by others).
|
|
60
|