Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haya14busa/hyperlink


https://github.com/haya14busa/hyperlink

bash osc shell-script

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# hyperlink

hyperlink ([OSC8](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda)) utility script with tmux support.

## Usage

```
$ hyperlink []

$ hyperlink http://example.com "This is a link"

# If you omit , is also used as .
$ hyperlink http://example.com
```

## Go

### Library

[![GoDoc](https://godoc.org/github.com/haya14busa/hyperlink?status.svg)](https://godoc.org/github.com/haya14busa/hyperlink)

```go
import "github.com/haya14busa/hyperlink"
```

### Install

```
go get -u github.com/haya14busa/hyperlink/cmd/hyperlink
```