profanity-plugins(1)
the Profanity /plugins command.
Description
man
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>]
/plugins uninstall [<plugin>]
/plugins update [<path>]
/plugins unload [<plugin>]
/plugins load [<plugin>]
/plugins reload [<plugin>]
/plugins python_version
ARGUMENTS
install [<path>]
Install a plugin, or all plugins found in a directory (recursive). And loads it/them.
uninstall [<plugin>]
Uninstall a plugin.
update [<path>]
Updates an installed plugin
load [<plugin>]
Load a plugin that already exists in the plugin directory, passing no argument loads all found plugins. It will be loaded upon next start too unless unloaded.
unload [<plugin>]
Unload a loaded plugin, passing no argument will unload all plugins.
reload [<plugin>]
Reload a plugin, passing no argument will reload all plugins.
python_version
Show the Python interpreter version.
EXAMPLES
/plugins install
/plugins install /home/steveharris/Downloads/metal.py
/plugins update /home/steveharris/Downloads/metal.py
/plugins uninstall browser.py
/plugins load browser.py
/plugins unload say.py
/plugins reload wikipedia.py