Weechat scripts: Difference between revisions

From wikinotes
 
Line 22: Line 22:


/script update          # update index of scripts
/script update          # update index of scripts
/script upgrade          # upgrade all scripts
/script upgrade          # upgrade all installed scripts
</source>
</source>



Latest revision as of 02:28, 26 August 2023

Scripts to weechat are plugins that extend weechat's functionality. Weechat comes bundled with it's own package manager you can use to install these scripts.

Documentation

scripting docs https://weechat.org/files/doc/stable/weechat_scripting.en.html
plugin docs https://weechat.org/files/doc/stable/weechat_plugin_api.en.html

Managing Scripts

/script search  vimode   # search
/script install vimode   # install
/script unload  vimode   # unload

/script update           # update index of scripts
/script upgrade          # upgrade all installed scripts

Some scripts that I like:

/script install iset.pl
/script install vimode.py
/script install notify_send.pl

Script Notes

weechat script vimode
weechat wee-slack
weechat multiline.pl
weechat weechat-fzf