I'm planning to move back to Espanso though, as Raycast is moving in the wrong direction with all the AI non-features.
The size of my snippets list is now a testament of its usefulness. On the appropriate context (an online meeting, for instance), it feels like a superpower.
I’ve tried the following in default.yml and reloading the config, but it’s not working and Claude, Gemini, and myself are stumped :)
matches:
- trigger: ":date"
replace: "{{mydate}}"
vars:
- name: mydate
type: date
params:
format: "%Y-%m-%d"
/Users/$USER/Library/Application Support/espanso/match/base.yml
…to read: # Print the current date
- trigger: ":date"
replace: "{{mydate}}"
vars:
- name: mydate
type: date
params:
format: "%Y-%m-%d"
- trigger: ";tod"
replace: "{{mydate}}"
vars:
- name: mydate
type: shell
params:
cmd: date --iso-8601
treetalker•1d ago
mariocesar•4h ago