This commit is contained in:
Federico Terzi 2019-09-27 23:06:52 +02:00
parent 35ee1950cf
commit 6fa2204aa8

View File

@ -2,7 +2,7 @@
# This is the default configuration file, change it as you like it
# You can refer to the official documentation:
# https://github.com/federico-terzi/espanso
# https://espanso.org/docs/
# Matches are the substitution rules, when you type the "trigger" string
# it gets replaced by the "replace" string.
@ -27,34 +27,4 @@ matches:
- name: output
type: shell
params:
cmd: "echo Hello from you shell"
# Emojis
- trigger: ":lol"
replace: "😂"
- trigger: ":llol"
replace: "😂😂😂😂"
- trigger: ":sad"
replace: "☹"
- trigger: ":ssad"
replace: "☹☹☹☹"
# Accented letters
- trigger: "e''"
replace: "è"
- trigger: "e//"
replace: "é"
- trigger: "a''"
replace: "à"
- trigger: "i''"
replace: "ì"
- trigger: "o''"
replace: "ò"
- trigger: "u''"
replace: "ù"
# Capital accented letters
- trigger: "E''"
replace: "È"
- trigger: "E//"
replace: "É"
cmd: "echo Hello from your shell"