Creating some good shortcuts here...

This commit is contained in:
z3rOR0ne 2022-08-09 21:17:25 -07:00
parent a713c086ab
commit 679c3285fc

View file

@ -87,4 +87,17 @@ matches:
- trigger: ":cle"
replace: "console.error()"
# Pings google dns server
- trigger: ":ping"
replace: "ping 8.8.8.8"
# Returns public ip address
- trigger: ":ip"
replace: "{{output}}"
vars:
- name: output
type: shell
params:
cmd: "curl ifconfig.me ; echo ''"
# And much more! For more information, visit the docs: https://espanso.org/docs/