diff options
Diffstat (limited to '.config/espanso/match')
-rw-r--r-- | .config/espanso/match/base.yml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml new file mode 100644 index 0000000..477e1a3 --- /dev/null +++ b/.config/espanso/match/base.yml @@ -0,0 +1,36 @@ +# espanso match file + +# For a complete introduction, visit the official docs at: https://espanso.org/docs/ + +# You can use this file to define the base matches (aka snippets) +# that will be available in every application when using espanso. + +# Matches are substitution rules: when you type the "trigger" string +# it gets replaced by the "replace" string. +matches: + # Simple text replacement + - trigger: ":espanso" + replace: "Hi there!" + # Wired Guide URLS + - trigger: ":pad" + replace: "https://www.wired.com/story/best-sleeping-pads/" + - trigger: ":bag" + replace: "https://www.wired.com/story/the-best-sleeping-bags-for-every-adventure/" + - trigger: ":tent" + replace: "https://www.wired.com/story/best-camping-tents/" + - trigger: ":cof" + replace: "https://www.wired.com/gallery/best-coffee-subscriptions/" + - trigger: ":mer" + replace: "https://wired.com/story/best-merino-wool-clothes" + - trigger: ":print" + replace: "https://wired.com/story/best-photo-printing-services" + - trigger: ":stove" + replace: "https://wired.com/gallery/best-camping-stoves" + + - trigger: ":ship" + replace: "Scott Gilbertson\nYellow Cabin\n78800 Bodin Rd\nWashburn WI 54891\n706 438 4297" + - trigger: ":sig" + replace: "cheers\nScott Gilbertson\n--\n<sng@luxagraf.net>\n<scott_gilbertson@wired.com>\n<https://www.wired.com/author/scott-gilbertson/>" + - trigger: ":box" + replace: "PO BOX 551\nWashburn, WI 54891-0551\n706 438 4297" +... |