1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

script: add status of scripts in output of command /script list in /help script

This commit is contained in:
Sébastien Helleu
2020-12-15 20:41:13 +01:00
parent 1efcaa9752
commit 13e4af7b46
20 changed files with 390 additions and 178 deletions
+10
View File
@@ -347,6 +347,16 @@ script_command_init ()
" | installed\n"
" popular script\n"
"\n"
"In output of /script list, the possible status for each script are:\n"
" * ? i a H N\n"
" | | | | | |\n"
" | | | | | obsolete (new version available)\n"
" | | | | held\n"
" | | | autoloaded\n"
" | | installed\n"
" | unknown script (can not be downloaded/updated)\n"
" popular script\n"
"\n"
"Keys on script buffer:\n"
" alt+i install script\n"
" alt+r remove script\n"