diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-18 09:01:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-18 09:01:26 +0200 |
commit | 13b1d64aa1b63778b14f9e97c91847d1b7d96571 (patch) | |
tree | 6afe269a076f7d0c0a4322da87d4e941a4f8fa9e /doc | |
parent | 5ae6f133d61bcffcf98a413c8f31538d24b276e5 (diff) | |
download | weechat-13b1d64aa1b63778b14f9e97c91847d1b7d96571.zip |
script: add option "search" for command /script (completion with script tags)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/completions.txt | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/script_commands.txt | 3 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/completions.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/script_commands.txt | 3 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/completions.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/user/script_commands.txt | 3 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/completions.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/script_commands.txt | 3 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/completions.txt | 2 | ||||
-rw-r--r-- | doc/ja/autogen/user/script_commands.txt | 3 |
10 files changed, 25 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/completions.txt b/doc/de/autogen/plugin_api/completions.txt index 0ce582e14..16f654ea2 100644 --- a/doc/de/autogen/plugin_api/completions.txt +++ b/doc/de/autogen/plugin_api/completions.txt @@ -62,6 +62,8 @@ | script | script_scripts_installed | list of scripts installed (from repository) +| script | script_tags | tags of scripts in repository + | tcl | tcl_script | Liste der Skripten | weechat | bars_names | Namen der Infobars diff --git a/doc/de/autogen/user/script_commands.txt b/doc/de/autogen/user/script_commands.txt index 74bfbcaab..2d0c7e47b 100644 --- a/doc/de/autogen/user/script_commands.txt +++ b/doc/de/autogen/user/script_commands.txt @@ -2,6 +2,7 @@ [command]*`script`* WeeChat scripts manager:: ........................................ /script list + search <text> show <script> load|unload|reload <script> [<script>...] install|remove|hold <script> [<script>...] @@ -9,6 +10,7 @@ update list: list loaded scripts (all languages) + search: search scripts by tags or text and display result on scripts buffer show: show detailed info about a script load: load script(s) unload: unload script(s) @@ -47,6 +49,7 @@ Input allowed on script buffer: * remove filter Examples: + /script search url /script install iset.pl buffers.pl /script remove iset.pl /script hold urlserver.py diff --git a/doc/en/autogen/plugin_api/completions.txt b/doc/en/autogen/plugin_api/completions.txt index e0a545eb5..a7e073a21 100644 --- a/doc/en/autogen/plugin_api/completions.txt +++ b/doc/en/autogen/plugin_api/completions.txt @@ -62,6 +62,8 @@ | script | script_scripts_installed | list of scripts installed (from repository) +| script | script_tags | tags of scripts in repository + | tcl | tcl_script | list of scripts | weechat | bars_names | names of bars diff --git a/doc/en/autogen/user/script_commands.txt b/doc/en/autogen/user/script_commands.txt index 74bfbcaab..2d0c7e47b 100644 --- a/doc/en/autogen/user/script_commands.txt +++ b/doc/en/autogen/user/script_commands.txt @@ -2,6 +2,7 @@ [command]*`script`* WeeChat scripts manager:: ........................................ /script list + search <text> show <script> load|unload|reload <script> [<script>...] install|remove|hold <script> [<script>...] @@ -9,6 +10,7 @@ update list: list loaded scripts (all languages) + search: search scripts by tags or text and display result on scripts buffer show: show detailed info about a script load: load script(s) unload: unload script(s) @@ -47,6 +49,7 @@ Input allowed on script buffer: * remove filter Examples: + /script search url /script install iset.pl buffers.pl /script remove iset.pl /script hold urlserver.py diff --git a/doc/fr/autogen/plugin_api/completions.txt b/doc/fr/autogen/plugin_api/completions.txt index 3d6eb8292..f00244a02 100644 --- a/doc/fr/autogen/plugin_api/completions.txt +++ b/doc/fr/autogen/plugin_api/completions.txt @@ -62,6 +62,8 @@ | script | script_scripts_installed | liste des scripts installés (du repository) +| script | script_tags | étiquettes des scripts dans le repository + | tcl | tcl_script | liste des scripts | weechat | bars_names | noms des barres diff --git a/doc/fr/autogen/user/script_commands.txt b/doc/fr/autogen/user/script_commands.txt index d94c08c8c..bf6f63e6a 100644 --- a/doc/fr/autogen/user/script_commands.txt +++ b/doc/fr/autogen/user/script_commands.txt @@ -2,6 +2,7 @@ [command]*`script`* Gestionnaire de scripts WeeChat:: ........................................ /script list + search <texte> show <script> load|unload|reload <script> [<script>...] install|remove|hold <script> [<script>...] @@ -9,6 +10,7 @@ update list: lister les scripts chargés (tous les langages) + search: chercher des scripts par étiquettes ou texte et afficher le résultat sur le tampon des scripts show: afficher des infos détaillées sur le script load: charger un ou plusieurs scripts unload: décharger un ou plusieurs scripts @@ -47,6 +49,7 @@ Entrée autorisée sur le tampon des scripts : * supprimer le filtre Exemples: + /script search url /script install iset.pl buffers.pl /script remove iset.pl /script hold urlserver.py diff --git a/doc/it/autogen/plugin_api/completions.txt b/doc/it/autogen/plugin_api/completions.txt index 506f2a811..a823ae39b 100644 --- a/doc/it/autogen/plugin_api/completions.txt +++ b/doc/it/autogen/plugin_api/completions.txt @@ -62,6 +62,8 @@ | script | script_scripts_installed | list of scripts installed (from repository) +| script | script_tags | tags of scripts in repository + | tcl | tcl_script | elenco degli script | weechat | bars_names | nomi delle barre diff --git a/doc/it/autogen/user/script_commands.txt b/doc/it/autogen/user/script_commands.txt index 74bfbcaab..2d0c7e47b 100644 --- a/doc/it/autogen/user/script_commands.txt +++ b/doc/it/autogen/user/script_commands.txt @@ -2,6 +2,7 @@ [command]*`script`* WeeChat scripts manager:: ........................................ /script list + search <text> show <script> load|unload|reload <script> [<script>...] install|remove|hold <script> [<script>...] @@ -9,6 +10,7 @@ update list: list loaded scripts (all languages) + search: search scripts by tags or text and display result on scripts buffer show: show detailed info about a script load: load script(s) unload: unload script(s) @@ -47,6 +49,7 @@ Input allowed on script buffer: * remove filter Examples: + /script search url /script install iset.pl buffers.pl /script remove iset.pl /script hold urlserver.py diff --git a/doc/ja/autogen/plugin_api/completions.txt b/doc/ja/autogen/plugin_api/completions.txt index a0154064f..f0a1c5948 100644 --- a/doc/ja/autogen/plugin_api/completions.txt +++ b/doc/ja/autogen/plugin_api/completions.txt @@ -62,6 +62,8 @@ | script | script_scripts_installed | list of scripts installed (from repository) +| script | script_tags | tags of scripts in repository + | tcl | tcl_script | スクリプトのリスト | weechat | bars_names | バーの名前 diff --git a/doc/ja/autogen/user/script_commands.txt b/doc/ja/autogen/user/script_commands.txt index 74bfbcaab..2d0c7e47b 100644 --- a/doc/ja/autogen/user/script_commands.txt +++ b/doc/ja/autogen/user/script_commands.txt @@ -2,6 +2,7 @@ [command]*`script`* WeeChat scripts manager:: ........................................ /script list + search <text> show <script> load|unload|reload <script> [<script>...] install|remove|hold <script> [<script>...] @@ -9,6 +10,7 @@ update list: list loaded scripts (all languages) + search: search scripts by tags or text and display result on scripts buffer show: show detailed info about a script load: load script(s) unload: unload script(s) @@ -47,6 +49,7 @@ Input allowed on script buffer: * remove filter Examples: + /script search url /script install iset.pl buffers.pl /script remove iset.pl /script hold urlserver.py |