✨ Added pug default expansion script/espanso alias
This commit is contained in:
parent
68441f2e59
commit
bc02d53d49
2 changed files with 24 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ matches:
|
|||
- trigger: ";mem"
|
||||
replace: "about:memory"
|
||||
|
||||
# Calling Bash Scripts
|
||||
# Returns public ip address
|
||||
- trigger: ";ip"
|
||||
replace: "{{output}}"
|
||||
|
|
@ -225,6 +226,15 @@ matches:
|
|||
params:
|
||||
cmd: "curl ifconfig.me ; echo ''"
|
||||
|
||||
# returns default html5 layout in pug
|
||||
- trigger: ";pug5"
|
||||
replace: "{{output}}"
|
||||
vars:
|
||||
- name: output
|
||||
type: shell
|
||||
params:
|
||||
cmd: "~/scripts/pug5 ; echo ''"
|
||||
|
||||
# returns current time in US format
|
||||
- trigger: ";btime"
|
||||
replace: "{{output}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue