mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
doc: add fset plugin in quickstart guide
This commit is contained in:
@@ -47,34 +47,6 @@ K nastavení voleb napište:
|
||||
WeeChat okamžitě použije novou hodnotu (*nikdy* nebudete potřebovat restart
|
||||
WeeChatu po změně konfigurace).
|
||||
|
||||
Můžete použít v příkazu `/set` volbu s částečným jménem a zástupným znakem "*"
|
||||
na konci nebo začátku k zobrazení všech voleb obsahující dané znaky.
|
||||
Například:
|
||||
|
||||
* zobrazí všechny volby (WeeChatu a pluginů):
|
||||
|
||||
----
|
||||
/set
|
||||
----
|
||||
|
||||
* zobraz volby WeeChatu:
|
||||
|
||||
----
|
||||
/set weechat.*
|
||||
----
|
||||
|
||||
* zobraz volby IRC pluginu:
|
||||
|
||||
----
|
||||
/set irc.*
|
||||
----
|
||||
|
||||
Můžete zobrazit nápovědu pro voblby s `/help`, například:
|
||||
|
||||
----
|
||||
/help weechat.look.highlight
|
||||
----
|
||||
|
||||
Všechna nastavení jsou uložena při ukončení WeeChatu (nebo použitím příkazu
|
||||
`/save` k vynucení zapsaní voleb).
|
||||
|
||||
@@ -87,6 +59,33 @@ that were not yet saved with `/save`). +
|
||||
You can use the command `/set`, which checks the value and applies immediately
|
||||
the changes.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Help is available for options:
|
||||
|
||||
----
|
||||
/help config.section.option
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
The plugin _fset_ allows you to easily browse options and change them.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For example to display WeeChat options:
|
||||
|
||||
----
|
||||
/fset weechat.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
IRC options:
|
||||
|
||||
----
|
||||
/fset irc.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For more information about `/fset` command and keys, see `/help fset`.
|
||||
|
||||
[[core_vs_plugins]]
|
||||
== Jádro versus pluginy
|
||||
|
||||
|
||||
@@ -57,36 +57,6 @@ der Name der entsprechenden Option).
|
||||
WeeChat verwendet umgehend einen neu eingestellten Wert (WeeChat muss also zu *keinem* Zeitpunkt
|
||||
neu gestartet werden, nach dem die Konfiguration verändert wurde).
|
||||
|
||||
Beim `/set` Befehl kann beim Optionnamen ein Platzhalter "*" zu Beginn oder am Ende
|
||||
der Zeichenkette verwendet werden um sich alle Optionen anzeigen zu lassen, die
|
||||
dem Suchmuster entsprechen.
|
||||
|
||||
Zum Beispiel:
|
||||
|
||||
zeigt alle Optionen an (WeeChat und Erweiterungen):
|
||||
|
||||
----
|
||||
/set
|
||||
----
|
||||
|
||||
zeigt alle WeeChat Optionen an:
|
||||
|
||||
----
|
||||
/set weechat.*
|
||||
----
|
||||
|
||||
zeigt alle Optionen der IRC-Erweiterung an:
|
||||
|
||||
----
|
||||
/set irc.*
|
||||
----
|
||||
|
||||
Du kannst dir mit dem Befehl `/help` eine Hilfe für Optionen anzeigen lassen, z.B.:
|
||||
|
||||
----
|
||||
/help weechat.look.highlight
|
||||
----
|
||||
|
||||
Beim Beenden von WeeChat werden alle Einstellungen gespeichert (mittels des
|
||||
Befehls `/save` kann das Sichern der Optionen manuell durchgeführt werden).
|
||||
|
||||
@@ -99,6 +69,33 @@ bevor man diese ggf. gesichert hat `/save`). +
|
||||
Aus diesen Gründen sollte immer der `/set` Befehl genutzt werden, da
|
||||
zusätzlich auch die Eingabe auf Plausibilität geprüft wird und Änderungen sofort wirksam werden.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Help is available for options:
|
||||
|
||||
----
|
||||
/help config.section.option
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
The plugin _fset_ allows you to easily browse options and change them.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For example to display WeeChat options:
|
||||
|
||||
----
|
||||
/fset weechat.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
IRC options:
|
||||
|
||||
----
|
||||
/fset irc.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For more information about `/fset` command and keys, see `/help fset`.
|
||||
|
||||
[[core_vs_plugins]]
|
||||
== Kern (Core) vs Erweiterungen
|
||||
|
||||
|
||||
@@ -47,34 +47,6 @@ option name).
|
||||
WeeChat immediately uses the new value (you *never* need to restart WeeChat
|
||||
after changes to configuration).
|
||||
|
||||
You can use `/set` option with partial name and wildcard "*" at the beginning
|
||||
or end to display all options containing letters.
|
||||
For example:
|
||||
|
||||
* Display all options (WeeChat and plugins):
|
||||
|
||||
----
|
||||
/set
|
||||
----
|
||||
|
||||
* Display WeeChat options:
|
||||
|
||||
----
|
||||
/set weechat.*
|
||||
----
|
||||
|
||||
* Display IRC plugin options:
|
||||
|
||||
----
|
||||
/set irc.*
|
||||
----
|
||||
|
||||
You can display help for an option with `/help`, for example:
|
||||
|
||||
----
|
||||
/help weechat.look.highlight
|
||||
----
|
||||
|
||||
All settings are saved when WeeChat ends (or with `/save` command to force
|
||||
a write of the options).
|
||||
|
||||
@@ -86,6 +58,28 @@ that were not yet saved with `/save`). +
|
||||
You can use the command `/set`, which checks the value and applies immediately
|
||||
the changes.
|
||||
|
||||
Help is available for options:
|
||||
|
||||
----
|
||||
/help config.section.option
|
||||
----
|
||||
|
||||
The plugin _fset_ allows you to easily browse options and change them.
|
||||
|
||||
For example to display WeeChat options:
|
||||
|
||||
----
|
||||
/fset weechat.*
|
||||
----
|
||||
|
||||
IRC options:
|
||||
|
||||
----
|
||||
/fset irc.*
|
||||
----
|
||||
|
||||
For more information about `/fset` command and keys, see `/help fset`.
|
||||
|
||||
[[core_vs_plugins]]
|
||||
== Core vs plugins
|
||||
|
||||
|
||||
@@ -55,35 +55,6 @@ y `option` el nombre de la opción).
|
||||
WeeChat usará inmediatamente el nuevo valor asignado (*no* es necesario
|
||||
reiniciar WeeChat después de aplicar cambios a la configuración).
|
||||
|
||||
Usando el comando `/set` con un nombre tecleado parcialmente y el
|
||||
comodín "*" al principio o al final del texto; pude mostrar todas las
|
||||
opciones que contienen esas letras. Por ejemplo:
|
||||
|
||||
* mostrará todas las opciones de WeeChat y sus plugins:
|
||||
|
||||
----
|
||||
/set
|
||||
----
|
||||
|
||||
* mostrará solo las opciones de WeeChat:
|
||||
|
||||
----
|
||||
/set weechat.*
|
||||
----
|
||||
|
||||
* mostrará las opciones del plugin IRC:
|
||||
|
||||
----
|
||||
/set irc.*
|
||||
----
|
||||
|
||||
Puede mostrar la ayuda de una opción en especifico con `/help`, por
|
||||
ejemplo:
|
||||
|
||||
----
|
||||
/help weechat.look.highlight
|
||||
----
|
||||
|
||||
Todas las opciones se salvarán de manera automática cuando cierre
|
||||
WeeChat o usando el comando `/save` para forzar la forzar a WeeChat a
|
||||
guardar todos los archivos de configuración.
|
||||
@@ -97,6 +68,33 @@ that were not yet saved with `/save`). +
|
||||
You can use the command `/set`, which checks the value and applies immediately
|
||||
the changes.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Help is available for options:
|
||||
|
||||
----
|
||||
/help config.section.option
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
The plugin _fset_ allows you to easily browse options and change them.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For example to display WeeChat options:
|
||||
|
||||
----
|
||||
/fset weechat.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
IRC options:
|
||||
|
||||
----
|
||||
/fset irc.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For more information about `/fset` command and keys, see `/help fset`.
|
||||
|
||||
[[core_vs_plugins]]
|
||||
== Núcleo vs Plugins
|
||||
|
||||
|
||||
@@ -49,36 +49,6 @@ un nom d'extension), `section` la section de cette configuration et
|
||||
WeeChat utilise immédiatement la nouvelle valeur (vous n'avez *jamais*
|
||||
besoin de redémarrer WeeChat après avoir changé la configuration).
|
||||
|
||||
Vous pouvez utiliser `/set` avec un nom partiel d'option et le caractère
|
||||
joker "*" au début ou à la fin pour afficher toutes les options contenant
|
||||
ces lettres.
|
||||
|
||||
Par exemple :
|
||||
|
||||
* Afficher toutes les options (WeeChat et extensions) :
|
||||
|
||||
----
|
||||
/set
|
||||
----
|
||||
|
||||
* Afficher les options WeeChat :
|
||||
|
||||
----
|
||||
/set weechat.*
|
||||
----
|
||||
|
||||
* Afficher les options de l'extension IRC :
|
||||
|
||||
----
|
||||
/set irc.*
|
||||
----
|
||||
|
||||
Vous pouvez afficher de l'aide sur une option avec `/help`, par exemple :
|
||||
|
||||
----
|
||||
/help weechat.look.highlight
|
||||
----
|
||||
|
||||
Toutes les options sont sauvées quand WeeChat quitte (ou avec la commande
|
||||
`/save` pour forcer une écriture des options).
|
||||
|
||||
@@ -90,6 +60,29 @@ perdre d'autres changements qui n'auraient pas été sauvés avec `/save`). +
|
||||
Vous pouvez utiliser la commande `/set`, qui vérifie la valeur et applique
|
||||
les changements immédiatement.
|
||||
|
||||
L'aide est disponible pour les options ;
|
||||
|
||||
----
|
||||
/help config.section.option
|
||||
----
|
||||
|
||||
L'extension _fset_ vous permet de parcourir les options facilement et de les
|
||||
modifier.
|
||||
|
||||
Par exemple pour afficher les options WeeChat :
|
||||
|
||||
----
|
||||
/fset weechat.*
|
||||
----
|
||||
|
||||
Les options IRC :
|
||||
|
||||
----
|
||||
/fset irc.*
|
||||
----
|
||||
|
||||
Pour plus d'informations sur la commande `/fset` et les touches, voir `/help fset`.
|
||||
|
||||
[[core_vs_plugins]]
|
||||
== Cœur vs extensions
|
||||
|
||||
|
||||
@@ -55,34 +55,6 @@ e `opzione` il nome dell'opzione).
|
||||
WeeChat utilizza subito il nuovo valore (non c'è *mai* bisogno di riavviare
|
||||
WeeChat dopo aver cambiato la configurazione).
|
||||
|
||||
È possibile utilizzare l'opzione `/set` con un nome parziale e il carattere jolly "*"
|
||||
all'inizio o alla fine per visualizzare tutte le opzioni contenenti le lettere.
|
||||
Per esempio:
|
||||
|
||||
* visualizza tutte le opzioni (WeeChat e plugin):
|
||||
|
||||
----
|
||||
/set
|
||||
----
|
||||
|
||||
* visualizza le opzioni di WeeChat:
|
||||
|
||||
----
|
||||
/set weechat.*
|
||||
----
|
||||
|
||||
* visualizza le opzioni del plugin IRC:
|
||||
|
||||
----
|
||||
/set irc.*
|
||||
----
|
||||
|
||||
È possibile visualizzare l'aiuto per ogni opzione con `/help`, per esempio:
|
||||
|
||||
----
|
||||
/help weechat.look.highlight
|
||||
----
|
||||
|
||||
Tutte le impostazioni vengono salvato all'uscita di WeeChat (o con il comando
|
||||
`/save` per forzare il salvataggio di una o più opzioni).
|
||||
|
||||
@@ -95,6 +67,33 @@ that were not yet saved with `/save`). +
|
||||
You can use the command `/set`, which checks the value and applies immediately
|
||||
the changes.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Help is available for options:
|
||||
|
||||
----
|
||||
/help config.section.option
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
The plugin _fset_ allows you to easily browse options and change them.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For example to display WeeChat options:
|
||||
|
||||
----
|
||||
/fset weechat.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
IRC options:
|
||||
|
||||
----
|
||||
/fset irc.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For more information about `/fset` command and keys, see `/help fset`.
|
||||
|
||||
[[core_vs_plugins]]
|
||||
== Core vs plugin
|
||||
|
||||
|
||||
@@ -53,34 +53,6 @@ WeeChat はすべてのコマンドにヘルプがあります。ヘルプを見
|
||||
オプション設定はすぐに反映されます (設定変更後に
|
||||
WeeChat を再起動する必要は *ありません*)。
|
||||
|
||||
`/set` オプションはすべての指定された文字を含むオプションを表示するために部分一致指定や先頭や最後にワイルドカード
|
||||
"*" を指定することができます。
|
||||
例:
|
||||
|
||||
* 全ての設定名を表示します (WeeChat およびプラグイン)
|
||||
|
||||
----
|
||||
/set
|
||||
----
|
||||
|
||||
* WeeChat のオプションを表示します
|
||||
|
||||
----
|
||||
/set weechat.*
|
||||
----
|
||||
|
||||
* IRC プラグインのオプションを表示します
|
||||
|
||||
----
|
||||
/set irc.*
|
||||
----
|
||||
|
||||
`/help` とオプション名を指定することでヘルプを表示できます、例:
|
||||
|
||||
----
|
||||
/help weechat.look.highlight
|
||||
----
|
||||
|
||||
すべての設定は WeeChat の終了時 (または強制的に設定保存を行う
|
||||
`/save` コマンドを使用した場合) に保存されます。
|
||||
|
||||
@@ -93,6 +65,33 @@ WeeChat は常時 (例えば `/quit` コマンドの実行時など)
|
||||
設定を編集するには `/set`
|
||||
コマンドを使ってください。これは値を検査し、設定の変更をすぐに適用します。
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Help is available for options:
|
||||
|
||||
----
|
||||
/help config.section.option
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
The plugin _fset_ allows you to easily browse options and change them.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For example to display WeeChat options:
|
||||
|
||||
----
|
||||
/fset weechat.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
IRC options:
|
||||
|
||||
----
|
||||
/fset irc.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For more information about `/fset` command and keys, see `/help fset`.
|
||||
|
||||
[[core_vs_plugins]]
|
||||
== コア vs プラグイン
|
||||
|
||||
|
||||
@@ -53,34 +53,6 @@ wtyczki), `sekcja` sekcja pliku konfiguracyjnego, oraz `opcja` nazwa opcji).
|
||||
WeeChat natychmiast używa nowej wartości (*nigdy* nie musisz restartować WeeChat
|
||||
po zmianach w ustawieniach).
|
||||
|
||||
Możesz użyć `/set` z częściową nazwą zmiennej oraz dziką kartą "*" na początku
|
||||
lub końcu, aby wyświetlić wszystkie opcje zawierające te litery.
|
||||
Na przykład:
|
||||
|
||||
* wyświetli wszystkie opcje (WeeChat oraz wtyczek):
|
||||
|
||||
----
|
||||
/set
|
||||
----
|
||||
|
||||
* wyświetli opcje WeeChat:
|
||||
|
||||
----
|
||||
/set weechat.*
|
||||
----
|
||||
|
||||
* wyświetli opcje wtyczki IRC:
|
||||
|
||||
----
|
||||
/set irc.*
|
||||
----
|
||||
|
||||
Możesz wyświetlić pomoc dla opcji dzięki `/help`, na przykład:
|
||||
|
||||
----
|
||||
/help weechat.look.highlight
|
||||
----
|
||||
|
||||
Wszystkie ustawienia są zapisywane podczas wyjścia z WeeChat (lub za pomocą
|
||||
komendy `/save`, która wymusza zapisanie opcji).
|
||||
|
||||
@@ -92,6 +64,33 @@ oraz po każdej zmianie musisz wykonać komendę `/reload`
|
||||
Możesz użyć komendy `/set`, która sprawdza wartość i nanosi od razu wymagane
|
||||
zmiany.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Help is available for options:
|
||||
|
||||
----
|
||||
/help config.section.option
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
The plugin _fset_ allows you to easily browse options and change them.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For example to display WeeChat options:
|
||||
|
||||
----
|
||||
/fset weechat.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
IRC options:
|
||||
|
||||
----
|
||||
/fset irc.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For more information about `/fset` command and keys, see `/help fset`.
|
||||
|
||||
[[core_vs_plugins]]
|
||||
== Rdzeń vs wtyczki
|
||||
|
||||
|
||||
@@ -54,34 +54,6 @@ $ weechat
|
||||
WeeChat немедленно применяет все изменения (вам *никогда* не потребуется
|
||||
перезапускать WeeChat после изменений в параметрах).
|
||||
|
||||
В команде `/set` можно указывать неполные названия параметров с шаблоном "*" в
|
||||
начале или конце, чтобы отобразить все параметры с данными буквами.
|
||||
Пример:
|
||||
|
||||
* Показать все параметры (WeeChat и плагинов):
|
||||
|
||||
----
|
||||
/set
|
||||
----
|
||||
|
||||
* Показать параметры WeeChat:
|
||||
|
||||
----
|
||||
/set weechat.*
|
||||
----
|
||||
|
||||
* Показать параметры IRC-плагина:
|
||||
|
||||
----
|
||||
/set irc.*
|
||||
----
|
||||
|
||||
Справку по любому параметру можно получить, используя `/help`, например:
|
||||
|
||||
----
|
||||
/help weechat.look.highlight
|
||||
----
|
||||
|
||||
Все параметры сохраняются при выходе из WeeChat (или путём принудительной
|
||||
записи с помощью команды `/save`).
|
||||
|
||||
@@ -94,6 +66,33 @@ that were not yet saved with `/save`). +
|
||||
You can use the command `/set`, which checks the value and applies immediately
|
||||
the changes.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
Help is available for options:
|
||||
|
||||
----
|
||||
/help config.section.option
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
The plugin _fset_ allows you to easily browse options and change them.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For example to display WeeChat options:
|
||||
|
||||
----
|
||||
/fset weechat.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
IRC options:
|
||||
|
||||
----
|
||||
/fset irc.*
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
For more information about `/fset` command and keys, see `/help fset`.
|
||||
|
||||
[[core_vs_plugins]]
|
||||
== Ядро и плагины
|
||||
|
||||
|
||||
Reference in New Issue
Block a user