mirror of
https://github.com/sebaschi/dotfiles.git
synced 2026-07-01 02:50:36 +02:00
19 lines
361 B
TOML
19 lines
361 B
TOML
[metadata]
|
|
name = "just-recipes"
|
|
description = "A channel to select recipes from Justfiles"
|
|
requirements = ["just"]
|
|
|
|
[source]
|
|
command = ["just --summary | tr '[:blank:]' '\n'"]
|
|
|
|
[preview]
|
|
command = "just -s {}"
|
|
|
|
[keybindings]
|
|
f5 = "actions:execute-recipe"
|
|
|
|
[actions.execute-recipe]
|
|
description = "Execute a justfile recipe"
|
|
command = "just {}"
|
|
mode = "execute"
|