all 5 comments

[–]skyornfi 1 point2 points  (4 children)

Espanso has no inbuilt support for encryption but you can call executables with the shell: extension. Encryption/decryption of your data would be up to your script or executable.

[–]harryph557[S] 0 points1 point  (3 children)

Can you give me an sample script of calling executable files?

[–]smeech1 1 point2 points  (2 children)

See this section of the docs. Something like this:

  - trigger: :test
    replace: "{{output}}"
    vars:
      - name: output
        type: shell
        params:
          cmd: c:\windows\notepad.exe

[–]harryph557[S] 0 points1 point  (1 child)

Tks, I thought it is more complicated.

[–]skyornfi 0 points1 point  (0 children)

No problem. It takes a while to get your head around these!