Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Keep Newlines In Espanso

This is an example of allowing extra newlines at the end of a espanso expansion script by turning off ` trim `

yaml
# Grimoire Post Template
- trigger: "post;"
  replace: "{{output}}"
  vars:
    - name: output
      type: script 
      params:
        args:
          - bash
          - "%CONFIG%/scripts/post.espanso"
        trim: false

via : https : //newreleases.io/project/github/federico - terzi/espanso/release/v0.4.1