I HAVE NO IDEA!
This commit is contained in:
parent
9a725dcc03
commit
5729629ba7
15 changed files with 298 additions and 206 deletions
28
espanso/match/base.yml
Normal file
28
espanso/match/base.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Automatically generated by espanso migration tool
|
||||
# Original file: default.yml
|
||||
|
||||
matches:
|
||||
- trigger: ":espanso"
|
||||
replace: Hi there!
|
||||
- trigger: ":date"
|
||||
replace: "{{mydate}}"
|
||||
vars:
|
||||
- name: mydate
|
||||
type: date
|
||||
params:
|
||||
format: "%m/%d/%Y"
|
||||
- trigger: ":shell"
|
||||
replace: "{{output}}"
|
||||
vars:
|
||||
- name: output
|
||||
type: shell
|
||||
params:
|
||||
cmd: echo Hello from your shell
|
||||
- trigger: ":gml"
|
||||
replace: ccochrun21@gmail.com
|
||||
- trigger: ":otl"
|
||||
replace: chris.cochrun@outlook.com
|
||||
- trigger: ":tfcml"
|
||||
replace: chris@tfcconnection.org
|
||||
- trigger: ":name"
|
||||
replace: Chris Cochrun
|
Loading…
Add table
Add a link
Reference in a new issue