You can make applications like iTerm2 open a URL different from the link text by Command + clicking, similar to the HTML <a> tag.
<a>
Hyperlinks in Terminal Emulators
printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'
Comments