Run shell commands.
Type in <prefix><command>
, where <prefix>
is the configured prefix (default in Configuration) and <command>
is the command you want to run.
// <Anyrun config dir>/shell.ron
Config(
prefix: ":sh",
// Override the shell used to launch the command
shell: None,
)