Skip to content

anyrun-org/plugin-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell

Run shell commands.

Usage

Type in <prefix><command>, where <prefix> is the configured prefix (default in Configuration) and <command> is the command you want to run.

Configuration

// <Anyrun config dir>/shell.ron
Config(
  prefix: ":sh",
  // Override the shell used to launch the command
  shell: None,
)