-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.yml
35 lines (33 loc) · 1.36 KB
/
default.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# espanso configuration file
# This is the default configuration file, change it as you like it
# You can refer to the official documentation:
# https://espanso.org/docs/
# Matches are the substitution rules, when you type the "trigger" string
# it gets replaced by the "replace" string.
matches:
- trigger: ":address"
replace: "2161 Peachtree Rd NE, Unit 401, Atlanta, GA, 30309"
- trigger: ":about"
replace: "Creative and entrepreneurial Software Engineer and Actuarial Scientist with background working in dynamic and progressive environments as both an actuary and a developer in large and small organizations.\nFluent in a multitude of programming languages and frameworks used to develop software within a wide variety of industries.\nCollaborative team player focused on scoping projects and achieving objectives with speed and accuracy.\nSuccessful history of identifying patterns, making interpretations, and producing results."
- trigger: ":date"
replace: "{{mydate}}"
vars:
- name: mydate
type: date
params:
format: "%Y-%m-%d"
- trigger: ":shell"
replace: "{{output}}"
vars:
- name: output
type: shell
params:
cmd: "echo Hello from your shell"
- trigger: ":greet"
form: |
Hey {{name}},
{{text}}
Happy Birthday!
form_fields:
text:
multiline: true