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/de/autogen/user/script_commands.txt | |
parent | 5ae6f133d61bcffcf98a413c8f31538d24b276e5 (diff) | |
download | weechat-13b1d64aa1b63778b14f9e97c91847d1b7d96571.zip |
script: add option "search" for command /script (completion with script tags)
Diffstat (limited to 'doc/de/autogen/user/script_commands.txt')
-rw-r--r-- | doc/de/autogen/user/script_commands.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |