1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

script: add key alt+A in /help script (thanks ArZa)

This commit is contained in:
Sebastien Helleu
2013-05-03 22:26:19 +02:00
parent 0a7b708a1f
commit 345be1ec5e
17 changed files with 78 additions and 59 deletions
+48 -47
View File
@@ -10,61 +10,62 @@
upgrade
update
list: gibt alle geladenen Skripten im Buffer aus (unabhängig der Programmiersprache)
-o: gibt eine Liste der gestarteten Skripten im Buffer aus
-i: eine Liste der gestarteten Skripten wird in die Eingabezeile kopiert (um sie dann manuell in einen Buffer zu senden)
search: sucht Skripten nach Schlagwörtern oder beliebigem Text. Das Ergebnis wird im Skripten-Buffer dargestellt
show: zeigt detailliert Informationen zu einem Skript an
load: startet Skript(en)
unload: beendet Skript(en)
reload: Skript(en) werden neu geladen
autoload: das Skript wird in das autoload-Verzeichnis eingebunden
noautoload: das Skript wird aus dem autoload-Verzeichnis entfernt
toggleautoload: autoload für das Skript umschalten
install: installiert/aktualisiert Skript(en) (physikalisch, auf dem Datenträger)
remove: deinstalliert Skript(en) (physikalisch, vom Datenträger)
installremove: installiert oder deinstalliert Skript(en), abhängig davon welcher Status vorliegt
hold: halten/freigeben von Skript(en) (ein Skript welches gehalten wird, kann weder aktualisiert noch entfernt werden)
-q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben
upgrade: aktualisiert alle installierten Skripten, die obsolet sind (wenn eine neue Version verfügbar ist)
update: aktualisiert den lokalen Cache für die Skripten
list: list loaded scripts (all languages)
-o: send list of loaded scripts to buffer
-i: copy list of loaded scripts in command line (for sending to buffer)
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)
reload: reload script(s)
autoload: autoload the script
noautoload: do not autoload the script
toggleautoload: toggle autoload
install: install/upgrade script(s)
remove: remove script(s)
installremove: install or remove script(s), depending on current state
hold: hold/unhold script(s) (a script held will not be upgraded any more and cannot be removed)
-q: quiet mode: do not display messages
upgrade: upgrade all installed scripts which are obsolete (new version available)
update: update local scripts cache
Ohne Angaben von Argumenten öffnet dieser Befehl einen Buffer, in welchem eine Liste der Skripten dargestellt wird.
Without argument, this command opens a buffer with list of scripts.
Im Skript-Buffer, werden folgende Statusangaben für ein Skript angezeigt:
On script buffer, the possible status for each script are:
* i a H r N
| | | | | |
| | | | | obsolete (neue Version verfügbar)
| | | | Skript wird ausgeführt (geladen)
| | | gehalten
| | Skript wird beim Start, von Weechat, automatisch gestartet
| Skript ist installiert (wird aber nicht ausgeführt)
es wird empfohlen dieses Skript zu installieren
| | | | | obsolete (new version available)
| | | | running (loaded)
| | | held
| | autoloaded
| installed
popular script
Tastenbefehle die im Skript-Buffer genutzt werden können:
alt+i installiert Skript (physikalisch)
alt+r deinstalliert Skript (physikalisch
alt+l startet ein Skript (Skript wird ausgeführt)
alt+L Skript wird neu gestartet
alt+u beendet ein Skript
alt+h Skript wird gehalten bzw. freigegeben
alt+v Skript anzeigen
Keys on script buffer:
alt+i install script
alt+r remove script
alt+l load script
alt+L reload script
alt+u unload script
alt+A autoload script
alt+h (un)hold script
alt+v view script
Befehle die in der Eingabezeile des Skript-Buffers eingegeben werden können:
i/r/l/L/u/h Aktionen die für ein Skript ausgeführt werden können (siehe Tastenbefehle, weiter oben)
q schließt den Buffer
$ Buffer wird aktualisiert
s:x,y Buffer wird nach den Vorgaben x und y sortiert (siehe /help script.look.sort)
s: die Sortierung des Buffers wird zurückgesetzt (Standardwerte werden genutzt)
word(s) Skripten werden gefiltert: sucht nach einem oder mehreren Wörtern in den Skripten (der Beschreibung, in den Schlagwörtern, ...)
* Filter wird zurückgesetzt
Input allowed on script buffer:
i/r/l/L/u/h action on script (same as keys above)
q close buffer
$ refresh buffer
s:x,y sort buffer using keys x and y (see /help script.look.sort)
s: reset sort (use default sort)
word(s) filter scripts: search word(s) in scripts (description, tags, ...)
* remove filter
Mausbefehle innerhalb des Skripten-Buffer:
Mausrad in der Liste scrollen
linke Maustaste Skript anwählen
rechte Maustaste Skript installieren/entfernen
Mouse actions on script buffer:
wheel scroll list
left button select script
right button install/remove script
Beispiele:
Examples:
/script search url
/script install iset.pl buffers.pl
/script remove iset.pl
+1
View File
@@ -47,6 +47,7 @@ Keys on script buffer:
alt+l load script
alt+L reload script
alt+u unload script
alt+A autoload script
alt+h (un)hold script
alt+v view script
+1
View File
@@ -47,6 +47,7 @@ Les touches sur le tampon des scripts:
alt+l charger le script
alt+L recharger le script
alt+u décharger le script
alt+A chargement automatique du script
alt+h (dé)figer le script
alt+v voir le script
+1
View File
@@ -47,6 +47,7 @@ Keys on script buffer:
alt+l load script
alt+L reload script
alt+u unload script
alt+A autoload script
alt+h (un)hold script
alt+v view script
+1
View File
@@ -47,6 +47,7 @@ Keys on script buffer:
alt+l load script
alt+L reload script
alt+u unload script
alt+A autoload script
alt+h (un)hold script
alt+v view script
+2 -1
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-rc1\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-05-01 10:06+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -8729,6 +8729,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
+3 -1
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-rc1\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-05-01 10:06+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <weechatter@arcor.de>\n"
@@ -9462,6 +9462,7 @@ msgstr ""
"[<script>...] || install|remove|installremove|hold [-q] <script> "
"[<script>...] || upgrade || update"
#, fuzzy
msgid ""
" list: list loaded scripts (all languages)\n"
" -o: send list of loaded scripts to buffer\n"
@@ -9504,6 +9505,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
+2 -1
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-rc1\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-05-01 10:06+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -8987,6 +8987,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
+4 -2
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-rc1\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"PO-Revision-Date: 2013-05-03 18:57+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-05-03 22:22+0200\n"
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -9252,6 +9252,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
@@ -9320,6 +9321,7 @@ msgstr ""
" alt+l charger le script\n"
" alt+L recharger le script\n"
" alt+u décharger le script\n"
" alt+A chargement automatique du script\n"
" alt+h (dé)figer le script\n"
" alt+v voir le script\n"
"\n"
+2 -1
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-rc1\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-05-01 10:06+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -8181,6 +8181,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
+2 -1
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-rc1\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-05-01 10:07+0200\n"
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -9020,6 +9020,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
+2 -1
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-rc1\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-05-01 10:07+0200\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
@@ -8938,6 +8938,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
+2 -1
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-rc1\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-05-01 10:07+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -9085,6 +9085,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
+2 -1
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-rc1\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-05-01 10:07+0200\n"
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -8354,6 +8354,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
+2 -1
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-rc1\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-05-01 10:07+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -8205,6 +8205,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
+2 -1
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-05-03 18:56+0200\n"
"POT-Creation-Date: 2013-05-03 22:21+0200\n"
"PO-Revision-Date: 2013-02-14 18:20+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -7258,6 +7258,7 @@ msgid ""
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n"
"\n"
+1
View File
@@ -312,6 +312,7 @@ script_command_init ()
" alt+l load script\n"
" alt+L reload script\n"
" alt+u unload script\n"
" alt+A autoload script\n"
" alt+h (un)hold script\n"
" alt+v view script\n\n"
"Input allowed on script buffer:\n"