weechat/doc/weechat-curses.1

124 lines
2.4 KiB
Groff
Raw Normal View History

2008-03-08 12:20:15 +01:00
.TH WEECHAT 1 "March 2008" "FlashCode"
.SH NAME
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
.SH SYNOPSIS
.B weechat-curses
.RI [ options... ]
or
.RI [ url... ]
.br
.SH DESCRIPTION
2008-03-08 12:20:15 +01:00
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.
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.
.SH OPTIONS
.TP
.B \-a, \-\-no\-connect
.br
disable auto-connect to servers at startup
.TP
.B \-c, \-\-config
.br
display config file help (list of options)
.TP
.B \-d, \-\-dir <dir>
.br
set WeeChat home dir
.TP
2005-07-30 08:28:43 +00:00
.B \-f, \-\-key\-functions
.br
display internal functions for keys
.TP
.B \-h, \-\-help
.br
display summary of options
.TP
2005-07-02 17:21:50 +00:00
.B \-i, \-\-irc\-commands
.br
display IRC commands
.TP
2005-07-30 08:28:43 +00:00
.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 \-v, \-\-version
.br
display WeeChat version
2005-07-02 17:21:50 +00:00
.TP
.B \-w, \-\-weechat\-commands
.br
display WeeChat commands
.SH URL
WeeChat can use an URL (Uniform Resource Locator) to automatically connect
to an IRC server. These are in the following form:
.TP
.B irc[6][s]://[[nickname][:password]@]server[:port][/[#&+!]channel[,channel...]]
.TP
2008-03-08 12:20:15 +01:00
Exemple to join WeeChat channel support with nick "MyNick":
irc://MyNick@irc.freenode.net/weechat
.SH FILES
.TP
.B $HOME/.weechat/weechat.rc
2008-03-08 12:20:15 +01:00
main WeeChat configuration file
.TP
.B $HOME/.weechat/plugins.rc
plugins configuration file
.TP
.B $HOME/.weechat/alias.rc
configuration file for alias plugin
.TP
.B $HOME/.weechat/charset.rc
configuration file for charset plugin
.TP
.B $HOME/.weechat/irc.rc
configuration file for IRC plugin
.TP
.B $HOME/.weechat/weechat.log
WeeChat log file
2008-03-08 12:20:15 +01:00
.SH LICENSE
Copyright (c) 2003-2008 by FlashCode <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
2005-05-21 07:04:11 +00:00
WeeChat is written by FlashCode <flashcode@flashtux.org>
.br
2008-03-08 12:20:15 +01:00
Web:
.UR
2007-05-21 16:09:24 +00:00
http://weechat.flashtux.org/
.br
Get support there:
.UR
http://weechat.flashtux.org/support.php
.UE