diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml index f28cf5e..a464898 100644 --- a/.config/espanso/match/base.yml +++ b/.config/espanso/match/base.yml @@ -15,13 +15,14 @@ matches: Janek - trigger: ";greb" replace: |- - Grüße aus Bayreuth, + Grüße, Janek Fischer - -- + --- Technischer Leiter https://software-challenge.de, deutscher Programmierwettbewerb für Schüler CTO der FTT Forensic Discovery GmbH - gesunde IT aus Bayreuth: https://forensicdiscovery.de Software Engineering Student @ https://code.berlin + Privater Blog: https://barelybuggy.blog - trigger: ";grer" replace: |- Greetings from Bavaria, diff --git a/.config/espanso/match/pass.yml b/.config/espanso/match/pass.yml index f14c8bc..8b63b9a 100644 --- a/.config/espanso/match/pass.yml +++ b/.config/espanso/match/pass.yml @@ -1,5 +1,14 @@ # Sensitive data through pass matches: + - trigger: ";env" + replace: "{{output}}" + vars: + - name: output + type: shell + params: + cmd: env + shell: bash + debug: true # {{{1 EMAILS - trigger: ";ep" replace: "{{output}}" @@ -7,28 +16,28 @@ matches: - name: output type: shell params: - cmd: pass info/email/personal + cmd: PASSWORD_STORE_DIR=$HOME/.local/share/pass pass info/email/personal - trigger: ";ec" replace: "{{output}}" vars: - name: output type: shell params: - cmd: pass info/email/church + cmd: PASSWORD_STORE_DIR=$HOME/.local/share/pass pass info/email/church - trigger: ";eu" replace: "{{output}}" vars: - name: output type: shell params: - cmd: pass info/email/uni + cmd: PASSWORD_STORE_DIR=$HOME/.local/share/pass pass info/email/uni - trigger: ";eaur" replace: "{{output}}" vars: - name: output type: shell params: - cmd: pass info/email/aur + cmd: PASSWORD_STORE_DIR=$HOME/.local/share/pass pass info/email/aur # {{{1 ADDRESS - trigger: ";add" replace: "{{output}}" @@ -36,7 +45,7 @@ matches: - name: output type: shell params: - cmd: pass info/address + cmd: PASSWORD_STORE_DIR=$HOME/.local/share/pass pass info/address - triggers: - ";adb" - ";adt" @@ -45,7 +54,7 @@ matches: - name: output type: shell params: - cmd: pass info/address-bt + cmd: PASSWORD_STORE_DIR=$HOME/.local/share/pass pass info/address-bt - triggers: - ";adw" - ";ads"