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"