hyperlink (OSC8) utility script with tmux support.
$ hyperlink <link> [<text>]
$ hyperlink http://example.com "This is a link"
# If you omit <text>, <link> is also used as <text>.
$ hyperlink http://example.com
import "github.com/haya14busa/hyperlink"
go get -u github.com/haya14busa/hyperlink/cmd/hyperlink