1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH PD-GUI-PLUGIN "1" "December 2021" "pd-gui-plugin 0.1" "User Commands"
.SH NAME
pd-gui-plugin \- enable or disable a Pd GUI plugin
.SH DESCRIPTION
usage: pd\-gui\-plugin [\-h] [\-u] [\-s] [\-\-pool\-dir POOL\-DIRECTORY]
.TP
[\-\-install\-dir INSTALL\-DIRECTORY] [\-v]
<command> ...
.PP
This is a Debian specific tool that allows you to selectively enable or
disable Pd GUI plugins, either for a single user (yourself), or for all users
of the system (if you have the administrative privileges to do so).
.SS "positional arguments:"
.IP
<command>
.TP
enable
enable a plugin
.TP
disable
disable a plugin
.TP
enabled
list enabled plugins
.TP
available
list available plugins
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-u\fR, \fB\-\-user\fR
per\-user operation (e.g. install to
~/.local/lib/pd/extra/)
.TP
\fB\-s\fR, \fB\-\-system\fR
site\-wide operation (requires supercow powers)
.TP
\fB\-\-pool\-dir\fR POOL\-DIRECTORY
alternative directory holding available plugins
.TP
\fB\-\-install\-dir\fR INSTALL\-DIRECTORY
alternative directory to install enabled plugins
.TP
\fB\-v\fR, \fB\-\-version\fR
show program's version number and exit
|