Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 360 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 360 Bytes

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,
)