1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Updated options/commands for doc

This commit is contained in:
Sebastien Helleu
2006-07-27 16:11:42 +00:00
parent 06cc936937
commit c92ad8b195
12 changed files with 164 additions and 56 deletions
+7
View File
@@ -5,6 +5,13 @@
This file is automatically built with a Perl script. DO NOT EDIT!
-->
<row>
<entry><option>look_save_on_exit</option></entry>
<entry>Boolean</entry>
<entry></entry>
<entry>'on'</entry>
<entry>Save config file on exit</entry>
</row>
<row>
<entry><option>look_set_title</option></entry>
<entry>Boolean</entry>
+32 -21
View File
@@ -18,14 +18,14 @@ Argumente: Argumente f
<programlisting>
Puffer verwalten
Aktion: Pufferaktion:
move: Puffer in der Liste bewegen (kann auch relativ sein, wie -1)
close: Puffer schließen (und Channel ohne Meldung verlassen)
list: alle offenen Puffer auflisten (Standardaktion)
notify: Notify-Level für Puffer festlegen (0=nie, 1=highlighten, 2=1+Nachricht, 3=2+join/part)
Server
Channel: gehe zum Puffer mit Servernamen oder Channelnamen
Nummer: gehe zu Puffer mit dieser Nummer
action: action to do:
move: move buffer in the list (may be relative, for example -1)
close: close buffer (optional arg is part message, for a channel)
list: list open buffers (no parameter implies this list)
notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)
server
channel: jump to buffer by server and/or channel name
number: jump to buffer by number
</programlisting>
<command>builtin Befehl</command>
@@ -123,6 +123,17 @@ belegen/freigeben von Tasten
functions: interne Funktionen für Tastenbelegungen auflisten
reset: Standardbelegung wiederherstellen und entferne alle eigenen Belegungen (Vorsicht!)
</programlisting>
<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command>
<programlisting>
manage panels
list: list open panels (no parameter implies this list)
add: add a panel, type is global|local, position is top|bottom|left|right
resize: resize a panel with a new size (may be relative, for example -1)
close: close a panel by number
move: move a panel to another number (may be relative, for example -1)
</programlisting>
<command>plugin [load Dateiname] | [autoload] | [reload] | [unload]</command>
<programlisting>
@@ -217,19 +228,19 @@ zeigt die Uptime von Weechat an
<programlisting>
Fenster verwalten
list: listet die geöffneten Fenster (Default, kann auch weggelassen werden)
-1: springt zum vorherigen Fenster
+1: springt zum nächsten Fenster
b#: springt zum nächsten Fenster, dass Puffer Nummer # anzeigt
up: wechselt zum Fenster über dem aktuellen
down: wechselt zum Fenster unter dem aktuellen
left: wechselt zum linken Fenster
right: wechselt zum rechten Fenster
splith: teilt das aktuelle Fenster horizontal
splitv: teilt das aktuelle Fenster vertikal
resize: verändert die Größe des aktuellen Fensters, die neue Größe wird in Prozent des Elternfensters angegeben
merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen)
list: list open windows (no parameter implies this list)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
up: switch to window above current one
down: switch to window below current one
left: switch to window on the left
right: switch to window on the right
splith: split current window horizontally
splitv: split current window vertically
resize: resize window size, new size is &lt;pct&gt; pourcentage of parent window
merge: merge window with another (all = keep only one window)
Bei splith und splitv gibt pct die neue Größe des Fensters im verhältnis zur aktuellen Größe an. Zum Beispiel würde 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters hätte.
For splith and splitv, pct is a pourcentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
</programlisting>
+7
View File
@@ -5,6 +5,13 @@
This file is automatically built with a Perl script. DO NOT EDIT!
-->
<row>
<entry><option>look_save_on_exit</option></entry>
<entry>boolean</entry>
<entry>'on' or 'off'</entry>
<entry>'on'</entry>
<entry>Save config file on exit</entry>
</row>
<row>
<entry><option>look_set_title</option></entry>
<entry>boolean</entry>
+13 -2
View File
@@ -21,7 +21,7 @@ manage buffers
action: action to do:
move: move buffer in the list (may be relative, for example -1)
close: close buffer (optional arg is part message, for a channel)
list: list opened buffers (no parameter implies this list)
list: list open buffers (no parameter implies this list)
notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)
server
channel: jump to buffer by server and/or channel name
@@ -122,6 +122,17 @@ bind/unbind keys
functions: list internal functions for key bindings
reset: restore bindings to the default values and delete ALL personal bindings (use carefully!)
</programlisting>
<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command>
<programlisting>
manage panels
list: list open panels (no parameter implies this list)
add: add a panel, type is global|local, position is top|bottom|left|right
resize: resize a panel with a new size (may be relative, for example -1)
close: close a panel by number
move: move a panel to another number (may be relative, for example -1)
</programlisting>
<command>plugin [load filename] | [autoload] | [reload] | [unload]</command>
<programlisting>
@@ -216,7 +227,7 @@ show WeeChat uptime
<programlisting>
manage windows
list: list opened windows (no parameter implies this list)
list: list open windows (no parameter implies this list)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
+7
View File
@@ -5,6 +5,13 @@
This file is automatically built with a Perl script. DO NOT EDIT!
-->
<row>
<entry><option>look_save_on_exit</option></entry>
<entry>booléen</entry>
<entry>'on' ou 'off'</entry>
<entry>'on'</entry>
<entry>Sauvegarder la configuration en quittant</entry>
</row>
<row>
<entry><option>look_set_title</option></entry>
<entry>booléen</entry>
+16 -5
View File
@@ -19,13 +19,13 @@ param
gestion des tampons
action: action à effectuer:
move: déplacer le tampon dans la liste (peut être relatif, par exemple -1)
close: fermer le tampon (le paramètre optionnel est le message de fin, pour un canal)
move: déplace le tampon dans la liste (peut être relatif, par exemple -1)
close: ferme le tampon (le paramètre optionnel est le message de fin, pour un canal)
list: liste les tampons ouverts (pas de paramètre affiche cette liste)
notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part)
notify: fixe le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part)
serveur
canal: sauter au tampon par serveur et/ou nom de canal
nombre: sauter au tampon qui a ce numéro
canal: saute au tampon par serveur et/ou nom de canal
nombre: saute au tampon qui a ce numéro
</programlisting>
<command>builtin commande</command>
@@ -122,6 +122,17 @@ associer/lib
functions: lister la liste des fonctions internes pour les associations de touches
reset: restaure les touches aux valeurs par défaut et supprime TOUTES les touches personnelles (utiliser avec précaution !)
</programlisting>
<command>panel [list | add type position taille | resize # taille | close # | move #1 #2]</command>
<programlisting>
gestion des panneaux
list: liste les panneaux ouverts (pas de paramètre affiche cette liste)
add: ajoute un panneau, le type est global|local, la position est top|bottom|left|right
resize: redimensionne le panneau avec une nouvelle taille (peut être relatif, par exemple -1)
close: ferme un panneau par son numéro
move: déplace un panneau à un autre numéro (peut être relatif, par exemple -1)
</programlisting>
<command>plugin [load fichier] | [autoload] | [reload] | [unload]</command>
<programlisting>
+7
View File
@@ -5,6 +5,13 @@
This file is automatically built with a Perl script. DO NOT EDIT!
-->
<row>
<entry><option>look_save_on_exit</option></entry>
<entry>Boolean</entry>
<entry></entry>
<entry>'on'</entry>
<entry>Save config file on exit</entry>
</row>
<row>
<entry><option>look_set_title</option></entry>
<entry>Boolean</entry>
+32 -21
View File
@@ -18,14 +18,14 @@ Argumente: Argumente f
<programlisting>
Puffer verwalten
Aktion: Pufferaktion:
move: Puffer in der Liste bewegen (kann auch relativ sein, wie -1)
close: Puffer schließen (und Channel ohne Meldung verlassen)
list: alle offenen Puffer auflisten (Standardaktion)
notify: Notify-Level für Puffer festlegen (0=nie, 1=highlighten, 2=1+Nachricht, 3=2+join/part)
Server
Channel: gehe zum Puffer mit Servernamen oder Channelnamen
Nummer: gehe zu Puffer mit dieser Nummer
action: action to do:
move: move buffer in the list (may be relative, for example -1)
close: close buffer (optional arg is part message, for a channel)
list: list open buffers (no parameter implies this list)
notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)
server
channel: jump to buffer by server and/or channel name
number: jump to buffer by number
</programlisting>
<command>builtin Befehl</command>
@@ -123,6 +123,17 @@ belegen/freigeben von Tasten
functions: interne Funktionen für Tastenbelegungen auflisten
reset: Standardbelegung wiederherstellen und entferne alle eigenen Belegungen (Vorsicht!)
</programlisting>
<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command>
<programlisting>
manage panels
list: list open panels (no parameter implies this list)
add: add a panel, type is global|local, position is top|bottom|left|right
resize: resize a panel with a new size (may be relative, for example -1)
close: close a panel by number
move: move a panel to another number (may be relative, for example -1)
</programlisting>
<command>plugin [load Dateiname] | [autoload] | [reload] | [unload]</command>
<programlisting>
@@ -217,19 +228,19 @@ zeigt die Uptime von Weechat an
<programlisting>
Fenster verwalten
list: listet die geöffneten Fenster (Default, kann auch weggelassen werden)
-1: springt zum vorherigen Fenster
+1: springt zum nächsten Fenster
b#: springt zum nächsten Fenster, dass Puffer Nummer # anzeigt
up: wechselt zum Fenster über dem aktuellen
down: wechselt zum Fenster unter dem aktuellen
left: wechselt zum linken Fenster
right: wechselt zum rechten Fenster
splith: teilt das aktuelle Fenster horizontal
splitv: teilt das aktuelle Fenster vertikal
resize: verändert die Größe des aktuellen Fensters, die neue Größe wird in Prozent des Elternfensters angegeben
merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen)
list: list open windows (no parameter implies this list)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
up: switch to window above current one
down: switch to window below current one
left: switch to window on the left
right: switch to window on the right
splith: split current window horizontally
splitv: split current window vertically
resize: resize window size, new size is &lt;pct&gt; pourcentage of parent window
merge: merge window with another (all = keep only one window)
Bei splith und splitv gibt pct die neue Größe des Fensters im verhältnis zur aktuellen Größe an. Zum Beispiel würde 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters hätte.
For splith and splitv, pct is a pourcentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
</programlisting>
+7
View File
@@ -5,6 +5,13 @@
This file is automatically built with a Perl script. DO NOT EDIT!
-->
<row>
<entry><option>look_save_on_exit</option></entry>
<entry>boolean</entry>
<entry>'on' or 'off'</entry>
<entry>'on'</entry>
<entry>Save config file on exit</entry>
</row>
<row>
<entry><option>look_set_title</option></entry>
<entry>boolean</entry>
+13 -2
View File
@@ -21,7 +21,7 @@ manage buffers
action: action to do:
move: move buffer in the list (may be relative, for example -1)
close: close buffer (optional arg is part message, for a channel)
list: list opened buffers (no parameter implies this list)
list: list open buffers (no parameter implies this list)
notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)
server
channel: jump to buffer by server and/or channel name
@@ -122,6 +122,17 @@ bind/unbind keys
functions: list internal functions for key bindings
reset: restore bindings to the default values and delete ALL personal bindings (use carefully!)
</programlisting>
<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command>
<programlisting>
manage panels
list: list open panels (no parameter implies this list)
add: add a panel, type is global|local, position is top|bottom|left|right
resize: resize a panel with a new size (may be relative, for example -1)
close: close a panel by number
move: move a panel to another number (may be relative, for example -1)
</programlisting>
<command>plugin [load filename] | [autoload] | [reload] | [unload]</command>
<programlisting>
@@ -216,7 +227,7 @@ show WeeChat uptime
<programlisting>
manage windows
list: list opened windows (no parameter implies this list)
list: list open windows (no parameter implies this list)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
+7
View File
@@ -5,6 +5,13 @@
This file is automatically built with a Perl script. DO NOT EDIT!
-->
<row>
<entry><option>look_save_on_exit</option></entry>
<entry>booléen</entry>
<entry>'on' ou 'off'</entry>
<entry>'on'</entry>
<entry>Sauvegarder la configuration en quittant</entry>
</row>
<row>
<entry><option>look_set_title</option></entry>
<entry>booléen</entry>
+16 -5
View File
@@ -19,13 +19,13 @@ param
gestion des tampons
action: action à effectuer:
move: déplacer le tampon dans la liste (peut être relatif, par exemple -1)
close: fermer le tampon (le paramètre optionnel est le message de fin, pour un canal)
move: déplace le tampon dans la liste (peut être relatif, par exemple -1)
close: ferme le tampon (le paramètre optionnel est le message de fin, pour un canal)
list: liste les tampons ouverts (pas de paramètre affiche cette liste)
notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part)
notify: fixe le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part)
serveur
canal: sauter au tampon par serveur et/ou nom de canal
nombre: sauter au tampon qui a ce numéro
canal: saute au tampon par serveur et/ou nom de canal
nombre: saute au tampon qui a ce numéro
</programlisting>
<command>builtin commande</command>
@@ -122,6 +122,17 @@ associer/lib
functions: lister la liste des fonctions internes pour les associations de touches
reset: restaure les touches aux valeurs par défaut et supprime TOUTES les touches personnelles (utiliser avec précaution !)
</programlisting>
<command>panel [list | add type position taille | resize # taille | close # | move #1 #2]</command>
<programlisting>
gestion des panneaux
list: liste les panneaux ouverts (pas de paramètre affiche cette liste)
add: ajoute un panneau, le type est global|local, la position est top|bottom|left|right
resize: redimensionne le panneau avec une nouvelle taille (peut être relatif, par exemple -1)
close: ferme un panneau par son numéro
move: déplace un panneau à un autre numéro (peut être relatif, par exemple -1)
</programlisting>
<command>plugin [load fichier] | [autoload] | [reload] | [unload]</command>
<programlisting>