Add espanso configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
c0ac4dc961
commit
f6d9e5d373
1 changed files with 21 additions and 0 deletions
21
system/.config/espanso/default.yml
Normal file
21
system/.config/espanso/default.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# 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:
|
||||||
|
# Simple text replacement
|
||||||
|
- trigger: ":mail"
|
||||||
|
replace: "severin@kaderli.dev"
|
||||||
|
|
||||||
|
- trigger: ":date"
|
||||||
|
replace: "{{date}}"
|
||||||
|
vars:
|
||||||
|
- name: date
|
||||||
|
type: date
|
||||||
|
params:
|
||||||
|
format: "%F"
|
||||||
|
...
|
Loading…
Add table
Add a link
Reference in a new issue