2016-05-03 22:58:13 +02:00
|
|
|
= weechat(1)
|
2013-06-28 20:08:16 +02:00
|
|
|
:doctype: manpage
|
2016-05-03 21:31:55 +02:00
|
|
|
:author: Sébastien Helleu
|
|
|
|
:email: flashcode@flashtux.org
|
2014-01-23 18:38:53 +01:00
|
|
|
:lang: en
|
2016-05-03 22:58:13 +02:00
|
|
|
:man manual: WeeChat Manual
|
|
|
|
:man source: WeeChat {revnumber}
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2013-11-04 21:41:34 +01:00
|
|
|
== NAME
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2013-08-02 08:54:16 +02:00
|
|
|
weechat - the extensible chat client
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2013-11-04 21:41:34 +01:00
|
|
|
== SYNOPSIS
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
[verse]
|
2016-05-03 22:58:13 +02:00
|
|
|
*weechat* [-a|--no-connect] [-d|--dir <path>] [-p|--no-plugin] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [plugin:option...]
|
|
|
|
*weechat* [-c|--colors]
|
|
|
|
*weechat* [-h|--help]
|
|
|
|
*weechat* [-l|--license]
|
|
|
|
*weechat* [-v|--version]
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2013-11-04 21:41:34 +01:00
|
|
|
== DESCRIPTION
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2015-04-05 16:01:12 +02:00
|
|
|
WeeChat (Wee Enhanced Environment for Chat) is a free chat client, fast and
|
|
|
|
light, designed for many operating systems.
|
|
|
|
It is highly customizable and extensible with scripts.
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2013-11-04 21:41:34 +01:00
|
|
|
== OPTIONS
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2016-05-15 08:52:19 +02:00
|
|
|
include::cmdline_options.en.adoc[]
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2013-11-04 21:41:34 +01:00
|
|
|
== PLUGIN OPTIONS
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
For complete doc on plugin options, please look at plugins documentation in
|
2014-12-13 09:16:09 +01:00
|
|
|
https://weechat.org/doc[WeeChat user's guide].
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
With irc plugin, you can connect to temporary server with an URL like:
|
|
|
|
|
|
|
|
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
|
|
|
|
|
|
|
|
To join WeeChat IRC channel support with nick "mynick":
|
|
|
|
|
2014-12-20 10:48:05 +02:00
|
|
|
irc://mynick@chat.freenode.net/#weechat
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2013-11-04 21:41:34 +01:00
|
|
|
== FILES
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
$HOME/.weechat/weechat.conf::
|
|
|
|
main WeeChat configuration file
|
|
|
|
|
|
|
|
$HOME/.weechat/plugins.conf::
|
|
|
|
plugins configuration file
|
|
|
|
|
2014-08-16 17:01:55 +02:00
|
|
|
$HOME/.weechat/sec.conf::
|
|
|
|
configuration file with secured data
|
|
|
|
|
2013-06-28 20:08:16 +02:00
|
|
|
$HOME/.weechat/alias.conf::
|
2016-05-03 22:58:13 +02:00
|
|
|
configuration file for _alias_ plugin
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
$HOME/.weechat/aspell.conf::
|
2016-05-03 22:58:13 +02:00
|
|
|
configuration file for _aspell_ plugin
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2017-03-04 21:54:15 +01:00
|
|
|
$HOME/.weechat/buflist.conf::
|
|
|
|
configuration file for _buflist_ plugin
|
|
|
|
|
2013-06-28 20:08:16 +02:00
|
|
|
$HOME/.weechat/charset.conf::
|
2016-05-03 22:58:13 +02:00
|
|
|
configuration file for _charset_ plugin
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2014-08-16 17:01:55 +02:00
|
|
|
$HOME/.weechat/exec.conf::
|
2016-05-03 22:58:13 +02:00
|
|
|
configuration file for _exec_ plugin
|
2014-08-16 17:01:55 +02:00
|
|
|
|
2017-06-08 07:02:05 +02:00
|
|
|
$HOME/.weechat/fifo.conf::
|
|
|
|
configuration file for _fifo_ plugin
|
|
|
|
|
2017-06-25 21:17:55 +02:00
|
|
|
$HOME/.weechat/fset.conf::
|
|
|
|
configuration file for _fset_ plugin
|
|
|
|
|
2013-06-28 20:08:16 +02:00
|
|
|
$HOME/.weechat/irc.conf::
|
2016-05-03 22:58:13 +02:00
|
|
|
configuration file for _irc_ plugin
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
$HOME/.weechat/logger.conf::
|
2016-05-03 22:58:13 +02:00
|
|
|
configuration file for _logger_ plugin
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
$HOME/.weechat/relay.conf::
|
2016-05-03 22:58:13 +02:00
|
|
|
configuration file for _relay_ plugin
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
$HOME/.weechat/script.conf::
|
2016-05-03 22:58:13 +02:00
|
|
|
configuration file for _script_ plugin
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2014-02-15 12:47:02 +01:00
|
|
|
$HOME/.weechat/trigger.conf::
|
2016-05-03 22:58:13 +02:00
|
|
|
configuration file for _trigger_ plugin
|
2014-02-15 12:47:02 +01:00
|
|
|
|
2013-06-28 20:08:16 +02:00
|
|
|
$HOME/.weechat/xfer.conf::
|
2016-05-03 22:58:13 +02:00
|
|
|
configuration file for _xfer_ plugin
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
$HOME/.weechat/weechat.log::
|
|
|
|
WeeChat log file
|
|
|
|
|
2013-11-04 21:41:34 +01:00
|
|
|
== AUTHORS
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2016-05-03 21:31:55 +02:00
|
|
|
This manpage was written by {author}.
|
2015-01-12 21:53:34 +01:00
|
|
|
|
|
|
|
== COPYRIGHT
|
|
|
|
|
2013-06-28 20:08:16 +02:00
|
|
|
WeeChat is written by Sébastien Helleu and contributors (complete list is in
|
2016-05-15 08:52:19 +02:00
|
|
|
the AUTHORS.adoc file).
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2018-01-05 00:54:18 +01:00
|
|
|
Copyright (C) 2003-2018 {author}
|
2013-06-28 20:08:16 +02:00
|
|
|
|
|
|
|
WeeChat is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
Please read the COPYING file for more information.
|
|
|
|
|
2016-05-03 21:31:55 +02:00
|
|
|
Web: https://weechat.org/
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2014-03-03 12:31:02 +01:00
|
|
|
== SUPPORT / REPORTING BUGS
|
2013-06-28 20:08:16 +02:00
|
|
|
|
2016-05-03 21:31:55 +02:00
|
|
|
For help or a bug report: https://weechat.org/dev/support
|