Skip to content

Commit c163f50

Browse files
committed
Espanso integration
1 parent 54d96ed commit c163f50

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,33 @@ Example following link header:
141141
"dcat": "http://www.w3.org/ns/dcat#",
142142
"3DModel": {"@id": "schema:3DModel"},
143143
...
144+
```
145+
146+
## Integrations
147+
148+
A configuration for use with [espanso](https://espanso.org/):
149+
150+
```
151+
- trigger: ":htrace"
152+
replace: "{{the_trace}}"
153+
vars:
154+
- name: "form1"
155+
type: form
156+
params:
157+
layout: "URL:[[url]]\n[[accepts]]"
158+
fields:
159+
url:
160+
multiline: false
161+
accepts:
162+
type: choice
163+
values:
164+
- "*/*"
165+
- "text/html"
166+
- "application/ld+json"
167+
- "application/json"
168+
default: "*/*"
169+
- name: the_trace
170+
type: shell
171+
params:
172+
cmd: "htrace -m '{{form1.url}}' 2>&1"
144173
```

0 commit comments

Comments
 (0)