1man(1)                       Profanity XMPP client                      man(1)
2
3
4

NAME

6       /plugins
7
8

DESCRIPTION

10       Manage plugins. Passing no arguments lists installed plugins and global
11       plugins which are available for local  installation.  Global  directory
12       for  Python  plugins  is  /usr/local/share/profanity/plugins  and for C
13       Plugins is /usr/local/lib64/profanity/plugins.
14
15

SYNOPSIS

17       /plugins
18
19
20       /plugins install [<path or URL>]
21
22
23       /plugins update [<path or URL>]
24
25
26       /plugins uninstall [<plugin>]
27
28
29       /plugins unload [<plugin>]
30
31
32       /plugins load [<plugin>]
33
34
35       /plugins reload [<plugin>]
36
37
38       /plugins python_version
39
40

ARGUMENTS

42       install [<path or URL>]
43           Install a plugin, or all plugins found in a directory  (recursive),
44           or  download and install plugin (plugin name is based on basename).
45           And loads it/them.
46
47       update [<path or URL>]
48           Uninstall and then install the plugin. Plugin  name  to  update  is
49           basename.
50
51       uninstall [<plugin>]
52           Uninstall a plugin.
53
54       load [<plugin>]
55           Load  a plugin that already exists in the plugin directory, passing
56           no argument loads all found plugins. It will be  loaded  upon  next
57           start too unless unloaded.
58
59       unload [<plugin>]
60           Unload  a  loaded plugin, passing no argument will unload all plug‐
61           ins.
62
63       reload [<plugin>]
64           Reload a plugin, passing no argument will reload all plugins.
65
66       python_version
67           Show the Python interpreter version.
68
69

EXAMPLES

71       /plugins install /home/steveharris/Downloads/metal.py
72
73
74       /plugins install https://raw.githubusercontent.com/profanity-im/profan
75       ity-plugins/master/stable/sounds.py
76
77
78       /plugins update /home/steveharris/Downloads/metal.py
79
80
81       /plugins  update https://raw.githubusercontent.com/profanity-im/profan
82       ity-plugins/master/stable/sounds.py
83
84
85       /plugins uninstall browser.py
86
87
88       /plugins load browser.py
89
90
91       /plugins unload say.py
92
93
94       /plugins reload wikipedia.py
95
96
970.13.1                            2023-08-03                            man(1)
Impressum