weechat/doc/ru/cmdline_options.ru.adoc

63 lines
2.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

*-a*, *--no-connect*::
Отключить автоподключение к серверу при старте WeeChat.
*-c*, *--colors*::
Вывести в терминал умолчальные цвета.
// TRANSLATION MISSING
*--daemon*::
Run WeeChat in background, as a daemon (works only with the command
*weechat-headless*).
*-d*, *--dir* _<путь>_::
Установить <путь> как домашнюю директорию для WeeChat (используется для
конфигурационных файлов, логов, пользовательских плагинов и скриптов).
Значение по-умолчанию: "~/.weechat" (замечание: директория будет создана,
если WeeChat не найдет ее).
Если эта опция не задана, будет использована переменная окружения WEECHAT_HOME
(если такая переменная задана).
// TRANSLATION MISSING
*-t*, *--temp-dir*::
Create a temporary WeeChat home directory and delete it on exit
(incompatible with option "-d"). +
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*::
Вывести справку.
*-l*, *--license*::
Вывести лицензию WeeChat.
*-p*, *--no-plugin*::
Отключить автозагрузку плагинов.
// TRANSLATION MISSING
*-P*, *--plugins* _<plugins>_::
Load only these plugins at startup (see /help weechat.plugin.autoload).
If this option is given, the option weechat.plugin.autoload is not used.
// TRANSLATION MISSING
*-r*, *--run-command* _<команда>_::
Run command(s) after startup; many commands can be separated by semicolons,
this option can be given multiple times.
*-s*, *--no-script*::
Отключить автозагрузку скриптов.
*--upgrade*::
Обновить WeeChat с использованием сеансовых файлов, сгенерированных
командой `/upgrade -quit`.
*-v*, *--version*::
Вывести версию WeeChat.
*<плагин>:<параметр>*::
Задать параметр плагина.