summaryrefslogtreecommitdiff
path: root/doc/weechat-curses.1
blob: cf221e6586b7a8f0c9ab32c53180d374ea853fbe (plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
.TH WEECHAT 1 "February 2012" "Sebastien Helleu"

.SH NAME
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)

.SH SYNOPSIS
.B weechat-curses
.RI [ option... ]
.RI [ plugin:option... ]
.br

.SH DESCRIPTION
Fast, light and extensible chat client for many operating systems.
.br
Everything can be done with a keyboard. It is customizable and extensible with scripts.
.br
It is compliant with IRC RFCs 1459, 2810, 2811, 2812, and 2813.

.SH OPTIONS
.TP
.B \-a, \-\-no\-connect
.br
disable auto-connect to servers at startup
.TP
.B \-c, \-\-colors
.br
display default colors in terminal
.TP
.B \-d, \-\-dir <dir>
.br
set WeeChat home dir
.TP
.B \-h, \-\-help
.br
display summary of options
.TP
.B \-k, \-\-keys
.br
display default keys
.TP
.B \-l, \-\-license
.br
display program license
.TP
.B \-p, \-\-no\-plugin
.br
don't load any plugin at startup
.TP
.B \-s, \-\-no\-script
.br
don't load any script at startup
.TP
.B \-v, \-\-version
.br
display WeeChat version

.SH PLUGIN OPTIONS
Options for plugins depend on plugins, you can look at plugins documentation on WeeChat website for more information.
.TP
For example, with irc plugin, you can connect to temporary server with an url like:
.B irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
.TP
To join WeeChat IRC channel support with nick "mynick":
irc://mynick@irc.freenode.net/#weechat
.TP
IPv6 address can be enclosed in brackets to add a port after address, for example:
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test

.SH FILES
.TP
.B $HOME/.weechat/weechat.conf
main WeeChat configuration file
.TP
.B $HOME/.weechat/plugins.conf
plugins configuration file
.TP
.B $HOME/.weechat/alias.conf
configuration file for alias plugin
.TP
.B $HOME/.weechat/aspell.conf
configuration file for aspell plugin
.TP
.B $HOME/.weechat/charset.conf
configuration file for charset plugin
.TP
.B $HOME/.weechat/irc.conf
configuration file for IRC plugin
.TP
.B $HOME/.weechat/logger.conf
configuration file for logger plugin
.TP
.B $HOME/.weechat/relay.conf
configuration file for relay plugin
.TP
.B $HOME/.weechat/rmodifier.conf
configuration file for rmodifier plugin
.TP
.B $HOME/.weechat/xfer.conf
configuration file for xfer plugin
.TP
.B $HOME/.weechat/weechat.log
WeeChat log file

.SH LICENSE
Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
.br
WeeChat is distributed under the GNU General Public License, version 3.
Please read the COPYING file for more information.

.SH BUGS
Please report bugs or feature requests at Savannah website:
.br
- Bugs:
.UR
http://savannah.nongnu.org/bugs/?group=weechat
.br
- Feature requests:
.UR
http://savannah.nongnu.org/task/?group=weechat

.SH AUTHOR
WeeChat is written by Sebastien Helleu <flashcode@flashtux.org>
.br
Web:
.UR
http://www.weechat.org/