File: pd-gui-plugin.1

package info (click to toggle)
puredata 0.55.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 20,508 kB
  • sloc: ansic: 118,824; tcl: 10,221; cpp: 9,327; makefile: 1,632; sh: 1,476; python: 152; xml: 98; awk: 13
file content (48 lines) | stat: -rw-r--r-- 1,256 bytes parent folder | download | duplicates (5)
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