feat: Adds espanso text expander and updates install packages, walker updates.

This commit is contained in:
2025-09-25 19:17:15 -04:00
parent bef4bbea5f
commit 1e94c4181f
24 changed files with 100 additions and 76 deletions

19
espanso/match/date.yml Normal file
View File

@@ -0,0 +1,19 @@
matches:
# Print the current date
- trigger: ":date"
replace: "{{mydate}}"
vars:
- name: mydate
type: date
params:
format: "%m/%d/%Y"
# Iso-seconds
- trigger: ":isosec"
replace: "{{output}}"
vars:
- name: output
type: shell
params:
cmd: "isosec"