refactore directory structure
This commit is contained in:
parent
3830eef1f4
commit
e87bfb7c39
485 changed files with 66 additions and 1696 deletions
4
.config/espanso/config/default.yml
Normal file
4
.config/espanso/config/default.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Automatically generated by espanso migration tool
|
||||
# Original file: default.yml
|
||||
|
||||
{}
|
50
.config/espanso/default.yml
Normal file
50
.config/espanso/default.yml
Normal file
|
@ -0,0 +1,50 @@
|
|||
# espanso configuration file
|
||||
|
||||
# This is the default configuration file, change it as you like it
|
||||
# You can refer to the official documentation:
|
||||
# https://espanso.org/docs/
|
||||
|
||||
# disable search bar
|
||||
search_shortcut: OFF
|
||||
search_trigger: OFF
|
||||
toggle_key: OFF
|
||||
|
||||
# Matches are the substitution rules, when you type the "trigger" string
|
||||
# it gets replaced by the "replace" string.
|
||||
matches:
|
||||
# Simple text replacement
|
||||
- trigger: ":espanso"
|
||||
replace: "Hi there!"
|
||||
|
||||
# Dates
|
||||
- trigger: ":date"
|
||||
replace: "{{mydate}}"
|
||||
vars:
|
||||
- name: mydate
|
||||
type: date
|
||||
params:
|
||||
format: "%m/%d/%Y"
|
||||
|
||||
# Shell commands
|
||||
- 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"
|
||||
|
||||
- trigger: ":cn"
|
||||
replace: "A Giant Gummy Lizard"
|
28
.config/espanso/match/base.yml
Normal file
28
.config/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
|
11
.config/espanso/match/packages/dadjoke/package.yml
Normal file
11
.config/espanso/match/packages/dadjoke/package.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Automatically generated by espanso migration tool
|
||||
# Original file: packages/dadjoke/package.yml
|
||||
|
||||
matches:
|
||||
- trigger: ":dadjoke"
|
||||
replace: "{{output}}"
|
||||
vars:
|
||||
- name: output
|
||||
type: shell
|
||||
params:
|
||||
cmd: "curl -H 'Accept: text/plain' https://icanhazdadjoke.com/"
|
Loading…
Add table
Add a link
Reference in a new issue