From b475595f7fda74289e31ca3430b1e4b6a339c810 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 21 Apr 2023 23:49:55 -0700 Subject: [PATCH] :memo: Added espanso expansion for my script btime --- .config/espanso/match/base.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml index a832cdfb..a2a757dc 100644 --- a/.config/espanso/match/base.yml +++ b/.config/espanso/match/base.yml @@ -191,4 +191,11 @@ matches: params: cmd: "curl ifconfig.me ; echo ''" + - trigger: ";btime" + replace: "{{output}}" + vars: + - name: output + type: shell + params: + cmd: "~/scripts/btime ; echo ''" # And much more! For more information, visit the docs: https://espanso.org/docs/