📝 Added espanso expansion for my script btime
This commit is contained in:
parent
ba4ce5d3b6
commit
b475595f7f
1 changed files with 7 additions and 0 deletions
|
|
@ -191,4 +191,11 @@ matches:
|
||||||
params:
|
params:
|
||||||
cmd: "curl ifconfig.me ; echo ''"
|
cmd: "curl ifconfig.me ; echo ''"
|
||||||
|
|
||||||
|
- trigger: ";btime"
|
||||||
|
replace: "{{output}}"
|
||||||
|
vars:
|
||||||
|
- name: output
|
||||||
|
type: shell
|
||||||
|
params:
|
||||||
|
cmd: "~/scripts/btime ; echo ''"
|
||||||
# And much more! For more information, visit the docs: https://espanso.org/docs/
|
# And much more! For more information, visit the docs: https://espanso.org/docs/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue