2010-04-18 10:16:19 +02:00
|
|
|
.TH WEECHAT 1 "April 2010" "FlashCode"
|
2004-10-30 09:47:51 +00:00
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B weechat-curses
|
2008-05-15 22:13:54 +02:00
|
|
|
.RI [ option... ]
|
|
|
|
.RI [ plugin:option... ]
|
2004-10-30 09:47:51 +00:00
|
|
|
.br
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
2008-03-08 12:20:15 +01:00
|
|
|
Fast, light and extensible chat client for many operating systems.
|
2004-10-30 09:47:51 +00:00
|
|
|
.br
|
|
|
|
Everything can be done with a keyboard. It is customizable and extensible with scripts.
|
2007-05-21 16:09:24 +00:00
|
|
|
Many GUIs are or will be available (Curses, Gtk and Qt).
|
2008-03-08 12:20:15 +01:00
|
|
|
.br
|
|
|
|
It is compliant with IRC RFCs 1459, 2810, 2811, 2812, and 2813.
|
2004-10-30 09:47:51 +00:00
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2005-11-04 11:53:23 +00:00
|
|
|
.B \-a, \-\-no\-connect
|
|
|
|
.br
|
|
|
|
disable auto-connect to servers at startup
|
|
|
|
.TP
|
2006-01-25 08:55:24 +00:00
|
|
|
.B \-d, \-\-dir <dir>
|
|
|
|
.br
|
|
|
|
set WeeChat home dir
|
|
|
|
.TP
|
2004-10-30 09:47:51 +00:00
|
|
|
.B \-h, \-\-help
|
|
|
|
.br
|
|
|
|
display summary of options
|
|
|
|
.TP
|
2005-07-30 08:28:43 +00:00
|
|
|
.B \-k, \-\-keys
|
|
|
|
.br
|
|
|
|
display default keys
|
|
|
|
.TP
|
2004-10-30 09:47:51 +00:00
|
|
|
.B \-l, \-\-license
|
|
|
|
.br
|
|
|
|
display program license
|
|
|
|
.TP
|
2005-11-04 11:53:23 +00:00
|
|
|
.B \-p, \-\-no\-plugin
|
|
|
|
.br
|
|
|
|
don't load any plugin at startup
|
|
|
|
.TP
|
2010-02-26 11:36:41 +01:00
|
|
|
.B \-s, \-\-no\-script
|
|
|
|
.br
|
|
|
|
don't load any script at startup
|
|
|
|
.TP
|
2004-10-30 09:47:51 +00:00
|
|
|
.B \-v, \-\-version
|
|
|
|
.br
|
|
|
|
display WeeChat version
|
|
|
|
|
2008-05-15 22:13:54 +02:00
|
|
|
.SH PLUGIN OPTIONS
|
|
|
|
Options for plugins depend on plugins, you can look at plugins documentation on WeeChat website for more information.
|
2004-10-30 09:47:51 +00:00
|
|
|
.TP
|
2008-05-15 22:13:54 +02:00
|
|
|
For example, with irc plugin, you can connect to temporary server with an url like:
|
2010-06-02 15:17:54 +02:00
|
|
|
.B irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
|
2004-10-30 09:47:51 +00:00
|
|
|
.TP
|
2010-06-02 15:17:54 +02:00
|
|
|
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
|
2004-10-30 09:47:51 +00:00
|
|
|
|
|
|
|
.SH FILES
|
|
|
|
.TP
|
2009-05-28 16:07:40 +02:00
|
|
|
.B $HOME/.weechat/weechat.conf
|
2008-03-08 12:20:15 +01:00
|
|
|
main WeeChat configuration file
|
|
|
|
.TP
|
2009-05-28 16:07:40 +02:00
|
|
|
.B $HOME/.weechat/plugins.conf
|
2008-03-08 12:20:15 +01:00
|
|
|
plugins configuration file
|
|
|
|
.TP
|
2009-05-28 16:07:40 +02:00
|
|
|
.B $HOME/.weechat/alias.conf
|
2008-03-08 12:20:15 +01:00
|
|
|
configuration file for alias plugin
|
|
|
|
.TP
|
2009-05-28 16:07:40 +02:00
|
|
|
.B $HOME/.weechat/aspell.conf
|
|
|
|
configuration file for aspell plugin
|
|
|
|
.TP
|
|
|
|
.B $HOME/.weechat/charset.conf
|
2008-03-08 12:20:15 +01:00
|
|
|
configuration file for charset plugin
|
|
|
|
.TP
|
2009-05-28 16:07:40 +02:00
|
|
|
.B $HOME/.weechat/irc.conf
|
2008-03-08 12:20:15 +01:00
|
|
|
configuration file for IRC plugin
|
2004-10-30 09:47:51 +00:00
|
|
|
.TP
|
2009-05-28 16:07:40 +02:00
|
|
|
.B $HOME/.weechat/logger.conf
|
|
|
|
configuration file for logger plugin
|
|
|
|
.TP
|
|
|
|
.B $HOME/.weechat/xfer.conf
|
|
|
|
configuration file for xfer plugin
|
|
|
|
.TP
|
2004-10-30 09:47:51 +00:00
|
|
|
.B $HOME/.weechat/weechat.log
|
|
|
|
WeeChat log file
|
|
|
|
|
2008-03-08 12:20:15 +01:00
|
|
|
.SH LICENSE
|
2010-01-03 19:31:55 +01:00
|
|
|
Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org>
|
2008-03-08 12:20:15 +01:00
|
|
|
.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
|
2008-05-15 22:13:54 +02:00
|
|
|
- Bugs:
|
2008-03-08 12:20:15 +01:00
|
|
|
.UR
|
|
|
|
http://savannah.nongnu.org/bugs/?group=weechat
|
|
|
|
.br
|
2008-05-15 22:13:54 +02:00
|
|
|
- Feature requests:
|
2008-03-08 12:20:15 +01:00
|
|
|
.UR
|
|
|
|
http://savannah.nongnu.org/task/?group=weechat
|
|
|
|
|
2004-10-30 09:47:51 +00:00
|
|
|
.SH AUTHOR
|
2005-05-21 07:04:11 +00:00
|
|
|
WeeChat is written by FlashCode <flashcode@flashtux.org>
|
2004-10-30 09:47:51 +00:00
|
|
|
.br
|
2008-03-08 12:20:15 +01:00
|
|
|
Web:
|
2004-10-30 09:47:51 +00:00
|
|
|
.UR
|
2009-09-05 16:33:01 +02:00
|
|
|
http://www.weechat.org/
|