Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haya14busa/hyperlink
https://github.com/haya14busa/hyperlink
bash osc shell-script
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/haya14busa/hyperlink
- Owner: haya14busa
- Created: 2018-05-04T12:54:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T16:05:12.000Z (over 6 years ago)
- Last Synced: 2024-10-10T17:34:09.255Z (about 1 month ago)
- Topics: bash, osc, shell-script
- Language: Go
- Size: 2.93 KB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```