Espanso Text Expander
Published on .
I thrive of taking shortcuts, so expanding text is Espanso brings me great joy. I type :l7d
and it gets replaced with dateadd(day, -7, current_date)
and I think that’s awesome. Get started with:
brew tap espanso/espanso
brew install espanso
xattr -d com.apple.quarantine Applications/Espanso.app
(Otherwise MacOS will prevent you from opening the app due to faulty code signing)- Add a trigger to
code /Users/ntaylor/Library/Application Support/espanso/match/base.yml
(example below)
That’s it — you’re ready to expand!
- trigger: ":l7d"
replace: "dateadd(day, -7, current_date)"
Code language: Python (python)