Add espanso trigger for signature
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
46345e5f8d
commit
d2098df0d4
1 changed files with 7 additions and 9 deletions
|
@ -1,13 +1,4 @@
|
||||||
# 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:
|
matches:
|
||||||
# Simple text replacement
|
|
||||||
- trigger: ":mail"
|
- trigger: ":mail"
|
||||||
replace: "severin@kaderli.dev"
|
replace: "severin@kaderli.dev"
|
||||||
|
|
||||||
|
@ -18,4 +9,11 @@ matches:
|
||||||
type: date
|
type: date
|
||||||
params:
|
params:
|
||||||
format: "%F"
|
format: "%F"
|
||||||
|
|
||||||
|
- trigger: ":sig"
|
||||||
|
replace: |
|
||||||
|
Freundliche Grüsse
|
||||||
|
|
||||||
|
Severin Kaderli
|
||||||
|
https://kaderli.dev
|
||||||
...
|
...
|
Loading…
Add table
Add a link
Reference in a new issue