feat(espanso): add a basic setup for snippets with Espanso

This commit is contained in:
Stefan Imhoff
2022-12-23 18:47:54 +01:00
parent f353546a59
commit 5c48453bdd
7 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
matches:
- trigger: ":ddt"
replace: "datetime"
# Print the current date
- trigger: ":date"
replace: "{{mydate}}"
vars:
- name: mydate
type: date
params:
format: "%m/%d/%Y"