Paste this command in a terminal to install the package
espanso install ip
Description
Source
A simple package to detect and insert your public ip, need dig to work.
This package has been tested only on Linux.
package.yml
# ip packagematches:-trigger:":ip"replace:"{{output}}"vars:-name:outputtype:shellparams:cmd:"echo -n $(dig @resolver1.opendns.com ANY myip.opendns.com +short)"