From d6e400ce671a50ea0fa6d356b9cdb49d9976346a Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 17 Mar 2023 23:01:38 -0400 Subject: [PATCH] Added git expansions to espanso --- espanso/espanso/match/git.yml | 4 ++++ espanso/espanso/match/links.yml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 espanso/espanso/match/git.yml diff --git a/espanso/espanso/match/git.yml b/espanso/espanso/match/git.yml new file mode 100644 index 0000000..195001f --- /dev/null +++ b/espanso/espanso/match/git.yml @@ -0,0 +1,4 @@ +matches: + - trigger: ":gcl" + replace: "git clone" + diff --git a/espanso/espanso/match/links.yml b/espanso/espanso/match/links.yml index e03b083..4bb3998 100644 --- a/espanso/espanso/match/links.yml +++ b/espanso/espanso/match/links.yml @@ -1,6 +1,10 @@ # This file includes common url's / links. matches: - # Github + # Github + - trigger: ":gh" + replace: "https://github.com" + + # Personal Github - trigger: ":git" replace: "https://github.com/m-housh"