# Espanso
⭐️ https://www.aliciasykes.com/blog/using-espanso-to-boost-efficiency-
https://espanso.org/
https://espanso.org/docs/
https://hub.espanso.org/
https://espanso.org/docs/packages/#creating-a-package
Wow some good stuff for Terminator here
https://docs.rs/chrono/0.3.1/chrono/format/strftime/index.html
# Installing Modulo
Since version 0.7.0, espanso introduced a few gui-related features that require modulo to be installed in your system. While not strictly required, it’s highly suggested to install it enable some very useful features, such as Forms..
Installing modulo is pretty straight forward, being it packaged as an AppImage. Here’s the list of suggested steps:
```
# Download the latest Modulo AppImage in the $HOME/opt
wget https://github.com/federico-terzi/modulo/releases/latest/download/modulo-x86_64.AppImage -O $HOME/opt/modulo.AppImage
# Make it executable:
chmod u+x $HOME/opt/modulo.AppImage
# Create a link to make modulo available as "modulo"
sudo ln -s $HOME/opt/modulo.AppImage /usr/bin/modulo
```
Note that these steps can be changed in many ways, the only requirement is that the modulo binary is available as modulo in the `PATH`.
At this point, you are ready to read the Getting Started tutorial.
```
- trigger: ":div"
replace: "<div>$|
lt;/div>"
```
Inspired by the Obsidian plugin for espanso.
`<p style="font-size: 24px">Test </p>`
# Neat packages for espanso
- [Obsidian In Colour](https://hub.espanso.org/packages/obsidian-in-colour/)
- [Arrows](https://hub.espanso.org/packages/arrows/)
- [Espanso Package Ip](https://hub.espanso.org/packages/espanso-package-ip/)
- [Lorem](https://hub.espanso.org/packages/lorem/)
https://espanso.org/docs/matches/basics/#multiple-triggers
---
[[espanso cheatsheet]]
I have pulled this out of the elder file Tuesday, February 3, 2026 00:55
```
# TEST
# WORKS!
# - trigger: ";mjr"
# replace: |
# Creamer
# Water
#
#
#
# Epic but we changed it to a template instead
#
# - triggers: [";kk", ";ll", "))", ";`"]
# replace: |
#
#
# ---
#
# #
# that shit works
# - trigger: ";ts"
# replace: "{{mydate}}"
# vars:
# - name: mydate
# type: date
# params:
# format: "%y%m%d%S ‡ "
```