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

NAME

6       /plugins
7
8

DESCRIPTION

10       Manage plugins. Passing no arguments lists currently loaded plugins.
11
12

SYNOPSIS

14       /plugins
15
16
17       /plugins sourcepath set <path>
18
19
20       /plugins sourcepath clear
21
22
23       /plugins install [<path>]
24
25
26       /plugins uninstall [<plugin>]
27
28
29       /plugins update [<path>]
30
31
32       /plugins unload [<plugin>]
33
34
35       /plugins load [<plugin>]
36
37
38       /plugins reload [<plugin>]
39
40
41       /plugins python_version
42
43

ARGUMENTS

45       sourcepath set <path>
46           Set  the  default  path to install plugins from, will be used if no
47           arg is passed to /plugins install.
48
49       sourcepath clear
50           Clear the default plugins source path.
51
52       install [<path>]
53           Install a plugin, or all plugins found in a directory  (recursive).
54           Passing no argument will use the sourcepath if one is set.
55
56       uninstall [<plugin>]
57           Uninstall a plugin.
58
59       update [<path>]
60           Updates an installed plugin
61
62       load [<plugin>]
63           Load  a plugin that already exists in the plugin directory, passing
64           no argument loads all found plugins.
65
66       unload [<plugin>]
67           Unload a loaded plugin, passing no argument will unload  all  plug‐
68           ins.
69
70       reload [<plugin>]
71           Reload a plugin, passing no argument will reload all plugins.
72
73       python_version
74           Show the Python interpreter version.
75
76

EXAMPLES

78       /plugins sourcepath set /home/meee/projects/profanity-plugins
79
80
81       /plugins install
82
83
84       /plugins install /home/steveharris/Downloads/metal.py
85
86
87       /plugins update /home/steveharris/Downloads/metal.py
88
89
90       /plugins uninstall browser.py
91
92
93       /plugins load browser.py
94
95
96       /plugins unload say.py
97
98
99       /plugins reload wikipedia.py
100
101
1020.11.0                            2021-09-28                            man(1)
Impressum