From a99cb7ae594b1c19617043e5671af8f5fd58f058 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Tue, 6 Jan 2026 15:18:46 -0500 Subject: [PATCH] Small fixes. --- espanso/match/base.yml | 93 +++++++++++++++++++++++------------------- 1 file changed, 51 insertions(+), 42 deletions(-) diff --git a/espanso/match/base.yml b/espanso/match/base.yml index 85ebd54..ae29f83 100644 --- a/espanso/match/base.yml +++ b/espanso/match/base.yml @@ -19,11 +19,11 @@ matches: type: shell params: cmd: "wl-paste --primary" - + # ========================================= # Date and Time Stamps # ========================================= - + # Print date stamp (YYYY-MM-DD) - trigger: "..ds" replace: "{{date_stamp}}" @@ -67,7 +67,7 @@ matches: type: shell params: cmd: 'date +"%H:%M:%S.%3N %Z"' - + # Print UTC time w/ timezone - trigger: "..uztime" replace: "{{date_stamp}}" @@ -85,7 +85,7 @@ matches: type: shell params: cmd: 'date +"%H:%M:%S"' - + # Print UTC time - trigger: "..utime" replace: "{{date_stamp}}" @@ -183,28 +183,28 @@ matches: # ========================================= # Quick Text Replacements # ========================================= - + - trigger: "..shrug" replace: "¯\\_(ツ)_/¯" - + - trigger: "..flip" replace: "(╯°□°)╯︵ ┻━┻" - + - trigger: "..unflip" replace: "┬─┬ ノ( ゜-゜ノ)" - + - trigger: "..lenny" replace: "( ͡° ͜ʖ ͡°)" - trigger: "..check" replace: "✓" - + - trigger: "..cross" replace: "✗" - + - trigger: "..arrow" replace: "→" - + - trigger: "..larrow" replace: "←" @@ -233,16 +233,16 @@ matches: # ========================================= # Git Shortcuts # ========================================= - + - trigger: "..gstat" replace: "git status" - + - trigger: "..gco" replace: "git checkout " - + - trigger: "..gcm" replace: "git commit -m \"\"" - + - trigger: "..glog" replace: "git log --oneline --graph --decorate --all" @@ -273,16 +273,16 @@ matches: # ========================================= # Docker Shortcuts # ========================================= - + - trigger: "..dps" replace: "docker ps" - trigger: "..dpsa" replace: "docker ps -a" - + - trigger: "..dcup" replace: "docker-compose up -d" - + - trigger: "..dcdown" replace: "docker-compose down" @@ -301,21 +301,21 @@ matches: # ========================================= # Code Templates # ========================================= - + - trigger: "..bash" replace: | #!/usr/bin/env bash - + set -euo pipefail - - + + - trigger: "..python" replace: | #!/usr/bin/env python3 - + def main(): pass - + if __name__ == "__main__": main() @@ -383,19 +383,19 @@ matches: # ========================================= # Common Typo Corrections # ========================================= - + - trigger: "teh" replace: "the" - + - trigger: "recieve" replace: "receive" - + - trigger: "seperator" replace: "separator" - + - trigger: "definately" replace: "definitely" - + - trigger: "occured" replace: "occurred" @@ -408,36 +408,45 @@ matches: - trigger: "thier" replace: "their" + # ========================================= + # stegasoo Stuff + # ========================================= + - trigger: "..stphr" + replace: "tower booty sunny windy toasy spicey" + + - trigger: "..stpin" + replace: "727643678" + # ========================================= # Lorem Ipsum # ========================================= - + - trigger: "..lorem" replace: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." - + - trigger: "..loremlong" replace: | - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. + Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. # ========================================= # Quick Responses # ========================================= - + - trigger: "..brb" replace: "Be right back" - + - trigger: "..omw" replace: "On my way" - + - trigger: "..tyvm" replace: "Thank you very much" - + - trigger: "..lgtm" replace: "Looks good to me" - + - trigger: "..wfm" replace: "Works for me" @@ -466,13 +475,13 @@ matches: # ========================================= # URLs & Links # ========================================= - + - trigger: "..gh" replace: "https://github.com" - + - trigger: "..gl" replace: "https://gitlab.com" - + - trigger: "..gist" replace: "https://gist.github.com"