11 lines
298 B
YAML
11 lines
298 B
YAML
# Automatically generated by espanso migration tool
|
|
# Original file: packages/dadjoke/package.yml
|
|
|
|
matches:
|
|
- trigger: ":dadjoke"
|
|
replace: "{{output}}"
|
|
vars:
|
|
- name: output
|
|
type: shell
|
|
params:
|
|
cmd: "curl -H 'Accept: text/plain' https://icanhazdadjoke.com/" |