get-ip
A espanso package to get IP address
Paste this command in a terminal to install the package
espanso install get-ip
# getip package matches: - trigger: ":getip" replace: "{{output}}" vars: - name: output type: shell params: cmd: "curl ifconfig.me" - trigger: ":winip" replace: "{{output}}" vars: - name: output type: shell params: cmd: "curl ifconfig.me" shell: cmd