Skip to main content

Documentation

Plugins

Author local executable workflow plugins with manifest actions and event hooks.

Manifest

A plugin is a directory with a plugin.toml and an executable.

[plugin]
name = "my-plugin"
version = "0.1.0"
actions = ["on_pane_open"]

[exec]
command = "./run.sh"

Marketplace →