diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-09 09:10:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-09 09:10:26 +0200 |
commit | 40c5eb207da9d40133eec57b499c4f9b56c4ac37 (patch) | |
tree | 6af51430361f9fe2655120d7f1e81b7b84d389a8 /doc | |
parent | 0a6682314f5aa19c456b7fea18942cdc41f8d740 (diff) | |
download | weechat-40c5eb207da9d40133eec57b499c4f9b56c4ac37.zip |
core: add new command /repeat (execute a command several times)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 16 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 16 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.txt | 14 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 16 |
4 files changed, 62 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 5ba1df83e..1594561b3 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -509,6 +509,22 @@ file: Konfigurationsdatei die erneut geladen werden soll (ohne Dateinamenserweit Ohne Angabe von Argumenten werden alle Konfigurationen (WeeChat und Erweiterungen) neu geladen. ........................................ +[[command_weechat_repeat]] +[command]*`repeat`* execute a command several times:: +........................................ +/repeat [-interval <delay>] <count> <command> + + delay: delay between execution of commands (in milliseconds) + count: number of times to execute command +command: command to execute (a '/' is automatically added if not found at beginning of command) + +All commands are executed on buffer where this command was issued. + +Example: + scroll 2 pages up: + /repeat 2 /window page_up +........................................ + [[command_weechat_save]] [command]*`save`* Konfiguration abspeichern:: ........................................ diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index cdb73b5e6..479424eac 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -509,6 +509,22 @@ file: configuration file to reload (without extension ".conf") Without argument, all files (WeeChat and plugins) are reloaded. ........................................ +[[command_weechat_repeat]] +[command]*`repeat`* execute a command several times:: +........................................ +/repeat [-interval <delay>] <count> <command> + + delay: delay between execution of commands (in milliseconds) + count: number of times to execute command +command: command to execute (a '/' is automatically added if not found at beginning of command) + +All commands are executed on buffer where this command was issued. + +Example: + scroll 2 pages up: + /repeat 2 /window page_up +........................................ + [[command_weechat_save]] [command]*`save`* save configuration files to disk:: ........................................ diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index 90af566c5..0fb576cbe 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -509,6 +509,20 @@ fichier: fichier de configuration à recharger (sans l'extension ".conf") Sans paramètre, tous les fichiers (WeeChat et extensions) sont rechargés. ........................................ +[[command_weechat_repeat]] +[command]*`repeat`* exécuter une commande plusieurs fois:: +........................................ +/repeat [-interval <délai>] <nombre> <commande> + + délai: délai entre l'exécution des commandes (en millisecondes) + nombre: nombre de fois que la commande sera exécutée +commande: commande à exécuter (un '/' est automatiquement ajouté s'il n'est pas trouvé au début de la commande) + +Exemple: + faire défiler de 2 pages vers le haut: + /repeat 2 /window page_up +........................................ + [[command_weechat_save]] [command]*`save`* sauvegarder les fichiers de configuration sur disque:: ........................................ diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 5e3cc722e..47c8a1576 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -509,6 +509,22 @@ file: file di configurazione da ricaricare (senza estensione ".conf") Senza argomento, vengono ricaricati tutti i file (WeeChat e plugin). ........................................ +[[command_weechat_repeat]] +[command]*`repeat`* execute a command several times:: +........................................ +/repeat [-interval <delay>] <count> <command> + + delay: delay between execution of commands (in milliseconds) + count: number of times to execute command +command: command to execute (a '/' is automatically added if not found at beginning of command) + +All commands are executed on buffer where this command was issued. + +Example: + scroll 2 pages up: + /repeat 2 /window page_up +........................................ + [[command_weechat_save]] [command]*`save`* salva i file di configurazione su disco:: ........................................ |