mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
47 lines
599 B
Groff
47 lines
599 B
Groff
|
.TH man 1 "2021-01-09" "0.10.0" "Profanity XMPP client"
|
||
|
|
||
|
.SH NAME
|
||
|
/script
|
||
|
|
||
|
.SH DESCRIPTION
|
||
|
Run command scripts. Scripts are stored in $XDG_DATA_HOME/profanity/scripts/ which is usually $HOME/.local/share/profanity/scripts/.
|
||
|
|
||
|
.SH SYNOPSIS
|
||
|
/script run <script>
|
||
|
|
||
|
.LP
|
||
|
/script list
|
||
|
|
||
|
.LP
|
||
|
/script show <script>
|
||
|
|
||
|
.LP
|
||
|
|
||
|
.SH ARGUMENTS
|
||
|
.PP
|
||
|
\fBscript run <script>\fR
|
||
|
.RS 4
|
||
|
Execute a script.
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBscript list\fR
|
||
|
.RS 4
|
||
|
List all scripts TODO.
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBscript show <script>\fR
|
||
|
.RS 4
|
||
|
Show the commands in script TODO.
|
||
|
.RE
|
||
|
|
||
|
.SH EXAMPLES
|
||
|
/script list
|
||
|
|
||
|
.LP
|
||
|
/script run myscript
|
||
|
|
||
|
.LP
|
||
|
/script show somescript
|
||
|
|
||
|
.LP
|