Add espanso trigger for signature
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-07-27 16:54:13 +02:00
parent 46345e5f8d
commit d2098df0d4
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -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
... ...