table of contents
other versions
- bookworm 0.13.1-2
- bookworm-backports 0.14.0-1~bpo12+1
- testing 0.14.0-3
- unstable 0.14.0-3
conflicting packages
man(1) | Profanity XMPP client | man(1) |
NAME¶
/script - the Profanity /script command.
DESCRIPTION¶
Run command scripts. Scripts are stored in $XDG_DATA_HOME/profanity/scripts/ which is usually $HOME/.local/share/profanity/scripts/.
SYNOPSIS¶
/script run <script>
/script list
/script show <script>
ARGUMENTS¶
script run <script>
Execute a script.
script list
List all scripts TODO.
script show <script>
Show the commands in script TODO.
EXAMPLES¶
/script list
/script run myscript
/script show somescript
2023-08-03 | 0.13.1 |