Termy
Configuration

Tasks

Named commands you can launch in new tabs.

Tasks are configured with repeatable keys using the pattern task.<name>.<field>.

Fields

FieldRequiredDescription
commandyesShell command to run in a new tab.
layoutnoOnly show the task when that saved layout is active.
working_dirnoWorking directory for the launched tab.

Example

task.build.command     = cargo build
task.build.working_dir = crates/cli

task.dev_server.layout      = dashboard
task.dev_server.command     = cargo run

Tasks appear in the command palette under Run Task. Bind one to a shortcut with:

keybind = cmd-shift-b=run_task

On this page