From 8cc13e5aa6925f5cbb60e505b9d47f3f2ddfdcd9 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 16 Mar 2023 21:14:50 -0400 Subject: [PATCH] Updated espanso config --- espanso/espanso/match/base.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/espanso/espanso/match/base.yml b/espanso/espanso/match/base.yml index 9d4a7a1..0996f43 100644 --- a/espanso/espanso/match/base.yml +++ b/espanso/espanso/match/base.yml @@ -25,25 +25,22 @@ matches: params: format: "%m/%d/%Y" - # Print the output of a shell command - - trigger: ":shell" - replace: "{{output}}" - vars: - - name: output - type: shell - params: - cmd: "echo 'Hello from your shell'" - # Email - - trigger: ":@m" + - trigger: ":@hhe" replace: "mhoush@houshhomeenergy.com" - - trigger: ":@h" - replace: "@houshhomeenergy.com" - - trigger: ":@s" + - trigger: ":@service" replace: "service@houshhomeenergy.com" - trigger: ":@me" replace: "michael@mhoush.com" + # House Call Pro + - trigger: ":cc" + replace: "Client Concern" + - trigger: ":diag" + replace: "Diagnostic" + - trigger: ":wd" + replace: "Work Description" + # Iso-seconds - trigger: ":isosec" replace: "{{output}}" @@ -57,3 +54,7 @@ matches: - trigger: ":yt" replace: "https://www.youtube.com/channel/UCb58SeURd5bObfTiL0KoliA" + # Discord + - trigger: ":discord" + replace: "https://discord.gg/W3p5GJfjry" +