table of contents
- bookworm 0.13.1-2
- bookworm-backports 0.14.0-1~bpo12+1
- testing 0.14.0-3
- unstable 0.14.0-3
man(1) | Profanity XMPP client | man(1) |
NAME¶
/plugins - the Profanity /plugins command.
DESCRIPTION¶
Manage plugins. Passing no arguments lists installed plugins and global plugins which are available for local installation. Global directory for Python plugins is /usr/local/share/profanity/plugins and for C Plugins is /usr/local/lib64/profanity/plugins.
SYNOPSIS¶
/plugins
/plugins install [<path or URL>]
/plugins update [<path or URL>]
/plugins uninstall [<plugin>]
/plugins unload [<plugin>]
/plugins load [<plugin>]
/plugins reload [<plugin>]
/plugins python_version
ARGUMENTS¶
install [<path or URL>]
update [<path or URL>]
uninstall [<plugin>]
load [<plugin>]
unload [<plugin>]
reload [<plugin>]
python_version
EXAMPLES¶
/plugins install /home/steveharris/Downloads/metal.py
/plugins install https://raw.githubusercontent.com/profanity-im/profanity-plugins/master/stable/sounds.py
/plugins update /home/steveharris/Downloads/metal.py
/plugins update https://raw.githubusercontent.com/profanity-im/profanity-plugins/master/stable/sounds.py
/plugins uninstall browser.py
/plugins load browser.py
/plugins unload say.py
/plugins reload wikipedia.py
2023-08-03 | 0.13.1 |