table of contents
WEECHAT(1) | WeeChat Manual | WEECHAT(1) |
NAME¶
weechat - the extensible chat client
SYNOPSIS¶
weechat [-a|--no-connect] [-d|--dir <path>] [-t|--temp-dir] [-p|--no-plugin] [-P|--plugins <plugins>] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [debug-option...] [plugin:option...] weechat [-c|--colors] weechat [-h|--help] weechat [-l|--license] weechat [-v|--version]
DESCRIPTION¶
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.
OPTIONS¶
-a, --no-connect
-c, --colors
--daemon
--stdout
-d, --dir <path>
-t, --temp-dir
The name of the directory is automatically built by WeeChat, with this template: "weechat_temp_XXXXXX" (where "XXXXXX" is random). It it created in the first available directory in this list: environment variable "TMPDIR", "/tmp" (may be different according to the operating system), environment variable "HOME", current directory.
The temporary home directory has permissions 0700 (only owner can read, write and execute).
-h, --help
-i, --build-info
-l, --license
-p, --no-plugin
-P, --plugins <plugins>
-r, --run-command <command>
-s, --no-script
--upgrade
-v, --version
plugin:option
DEBUG OPTIONS¶
WARNING: these options are for debug purposes only, DO NOT USE IN PRODUCTION!
--no-dlclose
--no-gnutls
--no-gcrypt
PLUGIN OPTIONS¶
For complete doc on plugin options, please look at plugins documentation in WeeChat user’s guide <https://weechat.org/doc/>.
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":
IPv6 address can be enclosed in brackets to add a port after address, for example:
FILES¶
$HOME/.config/weechat/weechat.conf
$HOME/.config/weechat/plugins.conf
$HOME/.config/weechat/sec.conf
$HOME/.config/weechat/alias.conf
$HOME/.config/weechat/buflist.conf
$HOME/.config/weechat/charset.conf
$HOME/.config/weechat/exec.conf
$HOME/.config/weechat/fifo.conf
$HOME/.config/weechat/fset.conf
$HOME/.config/weechat/guile.conf
$HOME/.config/weechat/irc.conf
$HOME/.config/weechat/javascript.conf
$HOME/.config/weechat/logger.conf
$HOME/.config/weechat/lua.conf
$HOME/.config/weechat/perl.conf
$HOME/.config/weechat/php.conf
$HOME/.config/weechat/python.conf
$HOME/.config/weechat/relay.conf
$HOME/.config/weechat/ruby.conf
$HOME/.config/weechat/script.conf
$HOME/.config/weechat/spell.conf
$HOME/.config/weechat/tcl.conf
$HOME/.config/weechat/trigger.conf
$HOME/.config/weechat/typing.conf
$HOME/.config/weechat/xfer.conf
$HOME/.local/share/weechat/weechat.log
SEE ALSO¶
AUTHORS¶
This manpage was written by Sébastien Helleu.
COPYRIGHT¶
WeeChat is written by Sébastien Helleu and contributors (complete list is in the AUTHORS.md file).
Copyright © 2003-2024 Sébastien Helleu
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.
Web: <https://weechat.org/>
SUPPORT / REPORTING BUGS¶
For help or a bug report: <https://weechat.org/about/support/>
AUTHOR¶
Sébastien Helleu
WeeChat 4.4.2 |