runner

command
v0.0.0-...-a396176 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2024 License: BSD-3-Clause Imports: 19 Imported by: 0

README

runner

runner is a module that runs arbitrary executables.

Example configuration fragment (requires a kernel configuration fragment with a Stream Deck device configured):

# Runner module component: run executables.
[module.runner]
path = "runner"
log_mode = "log"
log_level = "error"
log_add_source = true

[service.subl]
module = "runner"
serial = ""
listen = [
	{"row" = 1, "col" = 0, "image" = "data:text/plain,subl"},
	{"row" = 1, "col" = 0, "change" = "press", "do" = "run", "args" = {"path" = "subl"}}
]

[service.smerge]
module = "runner"
serial = ""
listen = [
	{"row" = 1, "col" = 1, "image" = "data:text/plain,smerge"},
	{"row" = 1, "col" = 1, "change" = "press", "do" = "run", "args" = {"path" = "smerge"}}
]

Documentation

Overview

The runner executable is a dex module for running arbitrary programs using dex.

Directories

Path Synopsis
Package api defines RPC messages used to communicate with the runner module.
Package api defines RPC messages used to communicate with the runner module.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL