mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
17 lines
340 B
YAML
17 lines
340 B
YAML
imports:
|
|
- "../../private/espanso/finance.yml"
|
|
|
|
matches:
|
|
# Simple text replacement
|
|
- trigger: ":espanso"
|
|
replace: "Hello World"
|
|
|
|
# Print the output of a shell command
|
|
- trigger: ":shell"
|
|
replace: "{{output}}"
|
|
vars:
|
|
- name: output
|
|
type: shell
|
|
params:
|
|
cmd: "echo 'Hello from your shell'"
|