From 287d5146b4ec047cd6c86640ca284a4a75b40cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 5 Dec 2021 12:25:41 +0100 Subject: doc: move section "Alias" in "Configuration" (user's guide) --- doc/it/weechat_user.it.adoc | 77 +++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 38 deletions(-) (limited to 'doc/it/weechat_user.it.adoc') diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 2873c5535..cf3daff6b 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -237,7 +237,7 @@ List of commonly used options: config, data, cache, runtime. | ENABLE_ALIAS | `ON`, `OFF` | ON | - Compile <>. + Compile <>. | ENABLE_BUFLIST | `ON`, `OFF` | ON | Compile <>. @@ -2663,6 +2663,44 @@ To use the _libera_ password, for example with /set irc.server.libera.sasl_password "${sec.data.libera}" ---- +// TRANSLATION MISSING +[[command_aliases]] +=== Command aliases + +Il plugin Alias consente di creare alias per i comandi (da WeeChat o altri +plugin). + +// TRANSLATION MISSING +Some aliases are created by default, with name in upper case (to make them +different from standard commands); commands are not case sensitive in WeeChat, +so for example `/close` runs the alias `/CLOSE`. + +// TRANSLATION MISSING +List of default aliases: + +include::includes/autogen_user_default_aliases.it.adoc[tag=default_aliases] + +[[alias_commands]] +==== Comandi + +include::includes/autogen_user_commands.it.adoc[tag=alias_commands] + +[[alias_options]] +==== Options + +// TRANSLATION MISSING +Sections in file _alias.conf_: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Section | Control command | Description +| cmd | <> + + /set alias.cmd.* | Commands for aliases. +| completion | <> + + /set alias.completion.* | Completions for aliases. +|=== + // TRANSLATION MISSING [[commands_and_options]] === Commands and options @@ -2808,43 +2846,6 @@ Per saperne di piĆ¹ riguardo lo sviluppo di plugin o script (tramite le API), pe favore consultare link:weechat_plugin_api.it.html[Riferimento API dei Plugin per WeeChat] oppure link:weechat_scripting.it.html[Guida allo Scripting di WeeChat]. -[[alias_plugin]] -=== Alias - -Il plugin Alias consente di creare alias per i comandi (da WeeChat o altri -plugin). - -// TRANSLATION MISSING -Some aliases are created by default, with name in upper case (to make them -different from standard commands); commands are not case sensitive in WeeChat, -so for example `/close` runs the alias `/CLOSE`. - -// TRANSLATION MISSING -List of default aliases: - -include::includes/autogen_user_default_aliases.it.adoc[tag=default_aliases] - -[[alias_commands]] -==== Comandi - -include::includes/autogen_user_commands.it.adoc[tag=alias_commands] - -[[alias_options]] -==== Options - -// TRANSLATION MISSING -Sections in file _alias.conf_: - -// TRANSLATION MISSING -[width="100%",cols="3m,6m,16",options="header"] -|=== -| Section | Control command | Description -| cmd | <> + - /set alias.cmd.* | Commands for aliases. -| completion | <> + - /set alias.completion.* | Completions for aliases. -|=== - [[buflist_plugin]] === Buflist -- cgit v1.2.3