We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d96ed commit c163f50Copy full SHA for c163f50
README.md
@@ -141,4 +141,33 @@ Example following link header:
141
"dcat": "http://www.w3.org/ns/dcat#",
142
"3DModel": {"@id": "schema:3DModel"},
143
...
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
172
+ cmd: "htrace -m '{{form1.url}}' 2>&1"
173
```
0 commit comments